Html Css Color HEX #CE3A26 Persian Red

📋 copy color: '#CE3A26'

red 206 ◦ green 58 ◦ blue 38

#CE3A26
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Persian Red #CE3A26

Tints of Persian Red #CE3A26

RGB

 RED value IS 206 (80.86% from 255) = 68.21%

 GREEN value IS 58 (23.05% from 255) = 19.21%

 BLUE value IS 38 (15.23% from 255) = 12.58%

R = 68.21%
G = 19.21%
B = 12.58%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.82

 K value IS 0.19

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#CE3A26 (or 0xCE3A26) is known color: Persian Red. HEX triplet: CE, 3A and 26. RGB value is (206,58,38). Sum of RGB (Red+Green+Blue) = 206+58+38=302 (40% of max value = 765). Red value is 206 (80.86% from 255 or 68.21% from 302); Green value is 58 (23.05% from 255 or 19.21% from 302); Blue value is 38 (15.23% from 255 or 12.58% from 302); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3A26 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE3A26 is #31C5D9. Grayscale: #646464. Windows color (decimal): -3261914 or 2505422. OLE color: 2505422.

HSL color Cylindrical-coordinate representation of color #CE3A26: hue angle of 7.14º degrees, saturation: 0.69, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CE3A26 is Cyan = 0, Magento = 0.72, Yellow = 0.82 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 58 38 -
CMYK 0 0.72 0.82 0.19
HSL 7.14º 0.69% 0.48% -
HSV(B) 7.14º 0.82% 0.81% -
XYZ 27.32 16.29 3.54 -
YUV 99.97 93.03 203.63 -
System Red Green Blue C M Y K H S L
Decimal 206 58 38 0 0.72 0.82 0.19 7.14 0.69 0.48
Hex CE 3A 26 0 48 52 13 7 45 30
Octal 316 72 46 0 110 122 23 7 105 60
Binary 11001110 111010 100110 0 1001000 1010010 10011 111 1000101 110000

Color Harmonies of #CE3A26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE3A26

Black with #CE3A26

Text Example


Text Example

White with #CE3A26

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE3A26; }

 p { color: rgb(206,58,38); }

 H1.HeaderClassName
 {
   color: #CE3A26;
 }
 .AnyTagClassName
 {
   color: #CE3A26;
 }
</style>

background-color css

<style>
 a { background-color: #CE3A26; }

 a { background-color: rgb(206,58,38); }

 div.DivClassName
 {
   background-color: #CE3A26;
 }
 .BgClassName
 {
   background-color: #CE3A26;
 }
</style>

border-color css

<style>
 span { border-color: #CE3A26; }

 span { border-color: rgb(206,58,38); }

 td.TdClassName
 {
   border-color: #CE3A26;
 }
 .TagClassName
 {
   border-color: #CE3A26;
 }
</style>