Html Css Color HEX #DF3021 Cinnabar

📋 copy color: '#DF3021'

red 223 ◦ green 48 ◦ blue 33

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

Shades of Cinnabar #DF3021

Tints of Cinnabar #DF3021

RGB

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

 GREEN value IS 48 (19.14% from 255) = 15.79%

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

R = 73.36%
G = 15.79%
B = 10.86%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.85

 K value IS 0.13

RGB Variations

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

Color information

#DF3021 (or 0xDF3021) is known color: Cinnabar. HEX triplet: DF, 30 and 21. RGB value is (223,48,33). Sum of RGB (Red+Green+Blue) = 223+48+33=304 (40% of max value = 765). Red value is 223 (87.5% from 255 or 73.36% from 304); Green value is 48 (19.14% from 255 or 15.79% from 304); Blue value is 33 (13.28% from 255 or 10.86% from 304); Max value from RGB is 223 - color contains mainly: red. Hex color #DF3021 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF3021 is #20CFDE. Grayscale: #626262. Windows color (decimal): -2150367 or 2175199. OLE color: 2175199.

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

Color convert

RGB 223 48 33 -
CMYK 0 0.78 0.85 0.13
HSL 4.74º 0.75% 0.5% -
HSV(B) 4.74º 0.85% 0.87% -
XYZ 31.76 17.91 3.22 -
YUV 98.62 90.98 216.72 -
System Red Green Blue C M Y K H S L
Decimal 223 48 33 0 0.78 0.85 0.13 4.74 0.75 0.5
Hex DF 30 21 0 4E 55 D 5 4B 32
Octal 337 60 41 0 116 125 15 5 113 62
Binary 11011111 110000 100001 0 1001110 1010101 1101 101 1001011 110010

Color Harmonies of #DF3021

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF3021

Black with #DF3021

Text Example


Text Example

White with #DF3021

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF3021; }

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

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

background-color css

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

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

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

border-color css

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

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

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