Html Css Color HEX #DF3526 Cinnabar

📋 copy color: '#DF3526'

red 223 ◦ green 53 ◦ blue 38

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

Shades of Cinnabar #DF3526

Tints of Cinnabar #DF3526

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 12.1%

R = 71.02%
G = 16.88%
B = 12.1%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.83

 K value IS 0.13

RGB Variations

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

Color information

#DF3526 (or 0xDF3526) is known color: Cinnabar. HEX triplet: DF, 35 and 26. RGB value is (223,53,38). Sum of RGB (Red+Green+Blue) = 223+53+38=314 (41% of max value = 765). Red value is 223 (87.5% from 255 or 71.02% from 314); Green value is 53 (21.09% from 255 or 16.88% from 314); Blue value is 38 (15.23% from 255 or 12.10% from 314); Max value from RGB is 223 - color contains mainly: red. Hex color #DF3526 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF3526 is #20CAD9. Grayscale: #666666. Windows color (decimal): -2149082 or 2504159. OLE color: 2504159.

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

Color convert

RGB 223 53 38 -
CMYK 0 0.76 0.83 0.13
HSL 4.86º 0.74% 0.51% -
HSV(B) 4.86º 0.83% 0.87% -
XYZ 32.05 18.37 3.69 -
YUV 102.12 91.82 214.22 -
System Red Green Blue C M Y K H S L
Decimal 223 53 38 0 0.76 0.83 0.13 4.86 0.74 0.51
Hex DF 35 26 0 4C 53 D 5 4A 33
Octal 337 65 46 0 114 123 15 5 112 63
Binary 11011111 110101 100110 0 1001100 1010011 1101 101 1001010 110011

Color Harmonies of #DF3526

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF3526

Black with #DF3526

Text Example


Text Example

White with #DF3526

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF3526; }

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

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

background-color css

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

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

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

border-color css

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

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

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