Html Css Color HEX #DF3524 Cinnabar

📋 copy color: '#DF3524'

red 223 ◦ green 53 ◦ blue 36

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

Shades of Cinnabar #DF3524

Tints of Cinnabar #DF3524

RGB

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

 GREEN value IS 53 (21.09% from 255) = 16.99%

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

R = 71.47%
G = 16.99%
B = 11.54%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.84

 K value IS 0.13

RGB Variations

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

Color information

#DF3524 (or 0xDF3524) is known color: Cinnabar. HEX triplet: DF, 35 and 24. RGB value is (223,53,36). Sum of RGB (Red+Green+Blue) = 223+53+36=312 (41% of max value = 765). Red value is 223 (87.5% from 255 or 71.47% from 312); Green value is 53 (21.09% from 255 or 16.99% from 312); Blue value is 36 (14.45% from 255 or 11.54% from 312); Max value from RGB is 223 - color contains mainly: red. Hex color #DF3524 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF3524 is #20CADB. Grayscale: #666666. Windows color (decimal): -2149084 or 2373087. OLE color: 2373087.

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

Color convert

RGB 223 53 36 -
CMYK 0 0.76 0.84 0.13
HSL 5.45º 0.75% 0.51% -
HSV(B) 5.45º 0.84% 0.87% -
XYZ 32.02 18.36 3.53 -
YUV 101.89 90.82 214.38 -
System Red Green Blue C M Y K H S L
Decimal 223 53 36 0 0.76 0.84 0.13 5.45 0.75 0.51
Hex DF 35 24 0 4C 54 D 5 4B 33
Octal 337 65 44 0 114 124 15 5 113 63
Binary 11011111 110101 100100 0 1001100 1010100 1101 101 1001011 110011

Color Harmonies of #DF3524

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF3524

Black with #DF3524

Text Example


Text Example

White with #DF3524

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF3524; }

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

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

background-color css

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

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

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

border-color css

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

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

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