Html Css Color HEX #DF4521 Cinnabar

📋 copy color: '#DF4521'

red 223 ◦ green 69 ◦ blue 33

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

Shades of Cinnabar #DF4521

Tints of Cinnabar #DF4521

RGB

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

 GREEN value IS 69 (27.34% from 255) = 21.23%

 BLUE value IS 33 (13.28% from 255) = 10.15%

R = 68.62%
G = 21.23%
B = 10.15%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.85

 K value IS 0.13

RGB Variations

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

Color information

#DF4521 (or 0xDF4521) is known color: Cinnabar. HEX triplet: DF, 45 and 21. RGB value is (223,69,33). Sum of RGB (Red+Green+Blue) = 223+69+33=325 (43% of max value = 765). Red value is 223 (87.5% from 255 or 68.62% from 325); Green value is 69 (27.34% from 255 or 21.23% from 325); Blue value is 33 (13.28% from 255 or 10.15% from 325); Max value from RGB is 223 - color contains mainly: red. Hex color #DF4521 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF4521 is #20BADE. Grayscale: #6F6F6F. Windows color (decimal): -2144991 or 2180575. OLE color: 2180575.

HSL color Cylindrical-coordinate representation of color #DF4521: hue angle of 11.37º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DF4521 is Cyan = 0, Magento = 0.69, Yellow = 0.85 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 69 33 -
CMYK 0 0.69 0.85 0.13
HSL 11.37º 0.75% 0.5% -
HSV(B) 11.37º 0.85% 0.87% -
XYZ 32.83 20.05 3.58 -
YUV 110.94 84.02 207.93 -
System Red Green Blue C M Y K H S L
Decimal 223 69 33 0 0.69 0.85 0.13 11.37 0.75 0.5
Hex DF 45 21 0 45 55 D B 4B 32
Octal 337 105 41 0 105 125 15 13 113 62
Binary 11011111 1000101 100001 0 1000101 1010101 1101 1011 1001011 110010

Color Harmonies of #DF4521

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF4521

Black with #DF4521

Text Example


Text Example

White with #DF4521

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF4521; }

 p { color: rgb(223,69,33); }

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

background-color css

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

 a { background-color: rgb(223,69,33); }

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

border-color css

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

 span { border-color: rgb(223,69,33); }

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