Html Css Color HEX #CE3E26 Persian Red

📋 copy color: '#CE3E26'

red 206 ◦ green 62 ◦ blue 38

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

Shades of Persian Red #CE3E26

Tints of Persian Red #CE3E26

RGB

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

 GREEN value IS 62 (24.61% from 255) = 20.26%

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

R = 67.32%
G = 20.26%
B = 12.42%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.82

 K value IS 0.19

RGB Variations

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

Color information

#CE3E26 (or 0xCE3E26) is known color: Persian Red. HEX triplet: CE, 3E and 26. RGB value is (206,62,38). Sum of RGB (Red+Green+Blue) = 206+62+38=306 (40% of max value = 765). Red value is 206 (80.86% from 255 or 67.32% from 306); Green value is 62 (24.61% from 255 or 20.26% from 306); Blue value is 38 (15.23% from 255 or 12.42% from 306); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3E26 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE3E26 is #31C1D9. Grayscale: #666666. Windows color (decimal): -3260890 or 2506446. OLE color: 2506446.

HSL color Cylindrical-coordinate representation of color #CE3E26: hue angle of 8.57º 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 #CE3E26 is Cyan = 0, Magento = 0.70, Yellow = 0.82 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 62 38 -
CMYK 0 0.70 0.82 0.19
HSL 8.57º 0.69% 0.48% -
HSV(B) 8.57º 0.82% 0.81% -
XYZ 27.53 16.71 3.61 -
YUV 102.32 91.71 201.95 -
System Red Green Blue C M Y K H S L
Decimal 206 62 38 0 0.70 0.82 0.19 8.57 0.69 0.48
Hex CE 3E 26 0 46 52 13 9 45 30
Octal 316 76 46 0 106 122 23 11 105 60
Binary 11001110 111110 100110 0 1000110 1010010 10011 1001 1000101 110000

Color Harmonies of #CE3E26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE3E26

Black with #CE3E26

Text Example


Text Example

White with #CE3E26

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE3E26; }

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

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

background-color css

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

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

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

border-color css

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

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

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