Html Css Color HEX #DF4832 Cinnabar

📋 copy color: '#DF4832'

red 223 ◦ green 72 ◦ blue 50

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

Shades of Cinnabar #DF4832

Tints of Cinnabar #DF4832

RGB

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

 GREEN value IS 72 (28.52% from 255) = 20.87%

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

R = 64.64%
G = 20.87%
B = 14.49%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.78

 K value IS 0.13

RGB Variations

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

Color information

#DF4832 (or 0xDF4832) is known color: Cinnabar. HEX triplet: DF, 48 and 32. RGB value is (223,72,50). Sum of RGB (Red+Green+Blue) = 223+72+50=345 (45% of max value = 765). Red value is 223 (87.5% from 255 or 64.64% from 345); Green value is 72 (28.52% from 255 or 20.87% from 345); Blue value is 50 (19.92% from 255 or 14.49% from 345); Max value from RGB is 223 - color contains mainly: red. Hex color #DF4832 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF4832 is #20B7CD. Grayscale: #727272. Windows color (decimal): -2144206 or 3295455. OLE color: 3295455.

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

Color convert

RGB 223 72 50 -
CMYK 0 0.68 0.78 0.13
HSL 7.63º 0.73% 0.54% -
HSV(B) 7.63º 0.78% 0.87% -
XYZ 33.32 20.55 5.23 -
YUV 114.64 91.53 205.29 -
System Red Green Blue C M Y K H S L
Decimal 223 72 50 0 0.68 0.78 0.13 7.63 0.73 0.54
Hex DF 48 32 0 44 4E D 8 49 36
Octal 337 110 62 0 104 116 15 10 111 66
Binary 11011111 1001000 110010 0 1000100 1001110 1101 1000 1001001 110110

Color Harmonies of #DF4832

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF4832

Black with #DF4832

Text Example


Text Example

White with #DF4832

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF4832; }

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

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

background-color css

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

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

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

border-color css

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

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

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