Html Css Color HEX #CE3728 Persian Red

📋 copy color: '#CE3728'

red 206 ◦ green 55 ◦ blue 40

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

Shades of Persian Red #CE3728

Tints of Persian Red #CE3728

RGB

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

 GREEN value IS 55 (21.88% from 255) = 18.27%

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

R = 68.44%
G = 18.27%
B = 13.29%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.81

 K value IS 0.19

RGB Variations

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

Color information

#CE3728 (or 0xCE3728) is known color: Persian Red. HEX triplet: CE, 37 and 28. RGB value is (206,55,40). Sum of RGB (Red+Green+Blue) = 206+55+40=301 (39% of max value = 765). Red value is 206 (80.86% from 255 or 68.44% from 301); Green value is 55 (21.88% from 255 or 18.27% from 301); Blue value is 40 (16.02% from 255 or 13.29% from 301); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3728 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE3728 is #31C8D7. Grayscale: #626262. Windows color (decimal): -3262680 or 2635726. OLE color: 2635726.

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

Color convert

RGB 206 55 40 -
CMYK 0 0.73 0.81 0.19
HSL 5.42º 0.67% 0.48% -
HSV(B) 5.42º 0.81% 0.81% -
XYZ 27.2 16.01 3.66 -
YUV 98.44 95.03 204.72 -
System Red Green Blue C M Y K H S L
Decimal 206 55 40 0 0.73 0.81 0.19 5.42 0.67 0.48
Hex CE 37 28 0 49 51 13 5 43 30
Octal 316 67 50 0 111 121 23 5 103 60
Binary 11001110 110111 101000 0 1001001 1010001 10011 101 1000011 110000

Color Harmonies of #CE3728

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE3728

Black with #CE3728

Text Example


Text Example

White with #CE3728

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE3728; }

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

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

background-color css

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

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

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

border-color css

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

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

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