Html Css Color HEX #DF4F27 Cinnabar

📋 copy color: '#DF4F27'

red 223 ◦ green 79 ◦ blue 39

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

Shades of Cinnabar #DF4F27

Tints of Cinnabar #DF4F27

RGB

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

 GREEN value IS 79 (31.25% from 255) = 23.17%

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

R = 65.4%
G = 23.17%
B = 11.44%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.83

 K value IS 0.13

RGB Variations

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

Color information

#DF4F27 (or 0xDF4F27) is known color: Cinnabar. HEX triplet: DF, 4F and 27. RGB value is (223,79,39). Sum of RGB (Red+Green+Blue) = 223+79+39=341 (45% of max value = 765). Red value is 223 (87.5% from 255 or 65.40% from 341); Green value is 79 (31.25% from 255 or 23.17% from 341); Blue value is 39 (15.62% from 255 or 11.44% from 341); Max value from RGB is 223 - color contains mainly: red. Hex color #DF4F27 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF4F27 is #20B0D8. Grayscale: #757575. Windows color (decimal): -2142425 or 2576351. OLE color: 2576351.

HSL color Cylindrical-coordinate representation of color #DF4F27: hue angle of 13.04º 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 #DF4F27 is Cyan = 0, Magento = 0.65, Yellow = 0.83 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 79 39 -
CMYK 0 0.65 0.83 0.13
HSL 13.04º 0.74% 0.51% -
HSV(B) 13.04º 0.83% 0.87% -
XYZ 33.59 21.43 4.28 -
YUV 117.5 83.71 203.25 -
System Red Green Blue C M Y K H S L
Decimal 223 79 39 0 0.65 0.83 0.13 13.04 0.74 0.51
Hex DF 4F 27 0 41 53 D D 4A 33
Octal 337 117 47 0 101 123 15 15 112 63
Binary 11011111 1001111 100111 0 1000001 1010011 1101 1101 1001010 110011

Color Harmonies of #DF4F27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF4F27

Black with #DF4F27

Text Example


Text Example

White with #DF4F27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF4F27; }

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

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

background-color css

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

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

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

border-color css

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

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

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