Html Css Color HEX #DF3124 Cinnabar

📋 copy color: '#DF3124'

red 223 ◦ green 49 ◦ blue 36

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

Shades of Cinnabar #DF3124

Tints of Cinnabar #DF3124

RGB

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

 GREEN value IS 49 (19.53% from 255) = 15.91%

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

R = 72.4%
G = 15.91%
B = 11.69%

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

#DF3124 (or 0xDF3124) is known color: Cinnabar. HEX triplet: DF, 31 and 24. RGB value is (223,49,36). Sum of RGB (Red+Green+Blue) = 223+49+36=308 (40% of max value = 765). Red value is 223 (87.5% from 255 or 72.40% from 308); Green value is 49 (19.53% from 255 or 15.91% from 308); Blue value is 36 (14.45% from 255 or 11.69% from 308); Max value from RGB is 223 - color contains mainly: red. Hex color #DF3124 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF3124 is #20CEDB. Grayscale: #636363. Windows color (decimal): -2150108 or 2372063. OLE color: 2372063.

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

Color convert

RGB 223 49 36 -
CMYK 0 0.78 0.84 0.13
HSL 4.17º 0.75% 0.51% -
HSV(B) 4.17º 0.84% 0.87% -
XYZ 31.85 18.01 3.47 -
YUV 99.54 92.15 216.06 -
System Red Green Blue C M Y K H S L
Decimal 223 49 36 0 0.78 0.84 0.13 4.17 0.75 0.51
Hex DF 31 24 0 4E 54 D 4 4B 33
Octal 337 61 44 0 116 124 15 4 113 63
Binary 11011111 110001 100100 0 1001110 1010100 1101 100 1001011 110011

Color Harmonies of #DF3124

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF3124

Black with #DF3124

Text Example


Text Example

White with #DF3124

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF3124; }

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

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

background-color css

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

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

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

border-color css

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

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

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