Html Css Color HEX #CE3628 Persian Red

📋 copy color: '#CE3628'

red 206 ◦ green 54 ◦ blue 40

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

Shades of Persian Red #CE3628

Tints of Persian Red #CE3628

RGB

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

 GREEN value IS 54 (21.48% from 255) = 18%

 BLUE value IS 40 (16.02% from 255) = 13.33%

R = 68.67%
G = 18%
B = 13.33%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.81

 K value IS 0.19

RGB Variations

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

Color information

#CE3628 (or 0xCE3628) is known color: Persian Red. HEX triplet: CE, 36 and 28. RGB value is (206,54,40). Sum of RGB (Red+Green+Blue) = 206+54+40=300 (39% of max value = 765). Red value is 206 (80.86% from 255 or 68.67% from 300); Green value is 54 (21.48% from 255 or 18% from 300); Blue value is 40 (16.02% from 255 or 13.33% from 300); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3628 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE3628 is #31C9D7. Grayscale: #626262. Windows color (decimal): -3262936 or 2635470. OLE color: 2635470.

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

Color convert

RGB 206 54 40 -
CMYK 0 0.74 0.81 0.19
HSL 5.06º 0.67% 0.48% -
HSV(B) 5.06º 0.81% 0.81% -
XYZ 27.16 15.91 3.65 -
YUV 97.85 95.36 205.14 -
System Red Green Blue C M Y K H S L
Decimal 206 54 40 0 0.74 0.81 0.19 5.06 0.67 0.48
Hex CE 36 28 0 4A 51 13 5 43 30
Octal 316 66 50 0 112 121 23 5 103 60
Binary 11001110 110110 101000 0 1001010 1010001 10011 101 1000011 110000

Color Harmonies of #CE3628

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE3628

Black with #CE3628

Text Example


Text Example

White with #CE3628

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE3628; }

 p { color: rgb(206,54,40); }

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

background-color css

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

 a { background-color: rgb(206,54,40); }

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

border-color css

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

 span { border-color: rgb(206,54,40); }

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