Html Css Color HEX #DF4232 Cinnabar

📋 copy color: '#DF4232'

red 223 ◦ green 66 ◦ blue 50

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

Shades of Cinnabar #DF4232

Tints of Cinnabar #DF4232

RGB

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

 GREEN value IS 66 (26.17% from 255) = 19.47%

 BLUE value IS 50 (19.92% from 255) = 14.75%

R = 65.78%
G = 19.47%
B = 14.75%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.78

 K value IS 0.13

RGB Variations

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

Color information

#DF4232 (or 0xDF4232) is known color: Cinnabar. HEX triplet: DF, 42 and 32. RGB value is (223,66,50). Sum of RGB (Red+Green+Blue) = 223+66+50=339 (44% of max value = 765). Red value is 223 (87.5% from 255 or 65.78% from 339); Green value is 66 (26.17% from 255 or 19.47% from 339); Blue value is 50 (19.92% from 255 or 14.75% from 339); Max value from RGB is 223 - color contains mainly: red. Hex color #DF4232 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF4232 is #20BDCD. Grayscale: #6F6F6F. Windows color (decimal): -2145742 or 3293919. OLE color: 3293919.

HSL color Cylindrical-coordinate representation of color #DF4232: hue angle of 5.55º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DF4232 is Cyan = 0, Magento = 0.70, Yellow = 0.78 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 66 50 -
CMYK 0 0.70 0.78 0.13
HSL 5.55º 0.73% 0.54% -
HSV(B) 5.55º 0.78% 0.87% -
XYZ 32.96 19.81 5.11 -
YUV 111.12 93.51 207.8 -
System Red Green Blue C M Y K H S L
Decimal 223 66 50 0 0.70 0.78 0.13 5.55 0.73 0.54
Hex DF 42 32 0 46 4E D 6 49 36
Octal 337 102 62 0 106 116 15 6 111 66
Binary 11011111 1000010 110010 0 1000110 1001110 1101 110 1001001 110110

Color Harmonies of #DF4232

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF4232

Black with #DF4232

Text Example


Text Example

White with #DF4232

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF4232; }

 p { color: rgb(223,66,50); }

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

background-color css

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

 a { background-color: rgb(223,66,50); }

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

border-color css

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

 span { border-color: rgb(223,66,50); }

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