Html Css Color HEX #DF3024 Cinnabar

📋 copy color: '#DF3024'

red 223 ◦ green 48 ◦ blue 36

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

Shades of Cinnabar #DF3024

Tints of Cinnabar #DF3024

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 11.73%

R = 72.64%
G = 15.64%
B = 11.73%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.84

 K value IS 0.13

RGB Variations

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

Color information

#DF3024 (or 0xDF3024) is known color: Cinnabar. HEX triplet: DF, 30 and 24. RGB value is (223,48,36). Sum of RGB (Red+Green+Blue) = 223+48+36=307 (40% of max value = 765). Red value is 223 (87.5% from 255 or 72.64% from 307); Green value is 48 (19.14% from 255 or 15.64% from 307); Blue value is 36 (14.45% from 255 or 11.73% from 307); Max value from RGB is 223 - color contains mainly: red. Hex color #DF3024 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF3024 is #20CFDB. Grayscale: #636363. Windows color (decimal): -2150364 or 2371807. OLE color: 2371807.

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

Color convert

RGB 223 48 36 -
CMYK 0 0.78 0.84 0.13
HSL 3.85º 0.75% 0.51% -
HSV(B) 3.85º 0.84% 0.87% -
XYZ 31.81 17.93 3.45 -
YUV 98.96 92.48 216.48 -
System Red Green Blue C M Y K H S L
Decimal 223 48 36 0 0.78 0.84 0.13 3.85 0.75 0.51
Hex DF 30 24 0 4E 54 D 4 4B 33
Octal 337 60 44 0 116 124 15 4 113 63
Binary 11011111 110000 100100 0 1001110 1010100 1101 100 1001011 110011

Color Harmonies of #DF3024

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF3024

Black with #DF3024

Text Example


Text Example

White with #DF3024

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF3024; }

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

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

background-color css

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

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

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

border-color css

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

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

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