Html Css Color HEX #DF3E27 Cinnabar

📋 copy color: '#DF3E27'

red 223 ◦ green 62 ◦ blue 39

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

Shades of Cinnabar #DF3E27

Tints of Cinnabar #DF3E27

RGB

 RED value IS 223 (87.5% from 255) = 68.83%

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

 BLUE value IS 39 (15.63% from 255) = 12.04%

R = 68.83%
G = 19.14%
B = 12.04%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.83

 K value IS 0.13

RGB Variations

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

Color information

#DF3E27 (or 0xDF3E27) is known color: Cinnabar. HEX triplet: DF, 3E and 27. RGB value is (223,62,39). Sum of RGB (Red+Green+Blue) = 223+62+39=324 (42% of max value = 765). Red value is 223 (87.5% from 255 or 68.83% from 324); Green value is 62 (24.61% from 255 or 19.14% from 324); Blue value is 39 (15.62% from 255 or 12.04% from 324); Max value from RGB is 223 - color contains mainly: red. Hex color #DF3E27 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF3E27 is #20C1D8. Grayscale: #6B6B6B. Windows color (decimal): -2146777 or 2571999. OLE color: 2571999.

HSL color Cylindrical-coordinate representation of color #DF3E27: hue angle of 7.5º degrees, saturation: 0.74, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DF3E27 is Cyan = 0, Magento = 0.72, Yellow = 0.83 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 62 39 -
CMYK 0 0.72 0.83 0.13
HSL 7.5º 0.74% 0.51% -
HSV(B) 7.5º 0.83% 0.87% -
XYZ 32.52 19.28 3.93 -
YUV 107.52 89.34 210.37 -
System Red Green Blue C M Y K H S L
Decimal 223 62 39 0 0.72 0.83 0.13 7.5 0.74 0.51
Hex DF 3E 27 0 48 53 D 8 4A 33
Octal 337 76 47 0 110 123 15 10 112 63
Binary 11011111 111110 100111 0 1001000 1010011 1101 1000 1001010 110011

Color Harmonies of #DF3E27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF3E27

Black with #DF3E27

Text Example


Text Example

White with #DF3E27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF3E27; }

 p { color: rgb(223,62,39); }

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

background-color css

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

 a { background-color: rgb(223,62,39); }

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

border-color css

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

 span { border-color: rgb(223,62,39); }

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