Html Css Color HEX #DF3529 Cinnabar

📋 copy color: '#DF3529'

red 223 ◦ green 53 ◦ blue 41

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

Shades of Cinnabar #DF3529

Tints of Cinnabar #DF3529

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 12.93%

R = 70.35%
G = 16.72%
B = 12.93%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.82

 K value IS 0.13

RGB Variations

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

Color information

#DF3529 (or 0xDF3529) is known color: Cinnabar. HEX triplet: DF, 35 and 29. RGB value is (223,53,41). Sum of RGB (Red+Green+Blue) = 223+53+41=317 (41% of max value = 765). Red value is 223 (87.5% from 255 or 70.35% from 317); Green value is 53 (21.09% from 255 or 16.72% from 317); Blue value is 41 (16.41% from 255 or 12.93% from 317); Max value from RGB is 223 - color contains mainly: red. Hex color #DF3529 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF3529 is #20CAD6. Grayscale: #666666. Windows color (decimal): -2149079 or 2700767. OLE color: 2700767.

HSL color Cylindrical-coordinate representation of color #DF3529: hue angle of 3.96º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DF3529 is Cyan = 0, Magento = 0.76, Yellow = 0.82 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 53 41 -
CMYK 0 0.76 0.82 0.13
HSL 3.96º 0.74% 0.52% -
HSV(B) 3.96º 0.82% 0.87% -
XYZ 32.1 18.39 3.96 -
YUV 102.46 93.32 213.98 -
System Red Green Blue C M Y K H S L
Decimal 223 53 41 0 0.76 0.82 0.13 3.96 0.74 0.52
Hex DF 35 29 0 4C 52 D 4 4A 34
Octal 337 65 51 0 114 122 15 4 112 64
Binary 11011111 110101 101001 0 1001100 1010010 1101 100 1001010 110100

Color Harmonies of #DF3529

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF3529

Black with #DF3529

Text Example


Text Example

White with #DF3529

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF3529; }

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

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

background-color css

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

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

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

border-color css

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

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

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