Html Css Color HEX #DF3532 Cinnabar

📋 copy color: '#DF3532'

red 223 ◦ green 53 ◦ blue 50

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

Shades of Cinnabar #DF3532

Tints of Cinnabar #DF3532

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 15.34%

R = 68.4%
G = 16.26%
B = 15.34%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.78

 K value IS 0.13

RGB Variations

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

Color information

#DF3532 (or 0xDF3532) is known color: Cinnabar. HEX triplet: DF, 35 and 32. RGB value is (223,53,50). Sum of RGB (Red+Green+Blue) = 223+53+50=326 (43% of max value = 765). Red value is 223 (87.5% from 255 or 68.40% from 326); Green value is 53 (21.09% from 255 or 16.26% from 326); Blue value is 50 (19.92% from 255 or 15.34% from 326); Max value from RGB is 223 - color contains mainly: red. Hex color #DF3532 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF3532 is #20CACD. Grayscale: #676767. Windows color (decimal): -2149070 or 3290591. OLE color: 3290591.

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

Color convert

RGB 223 53 50 -
CMYK 0 0.76 0.78 0.13
HSL 1.04º 0.73% 0.54% -
HSV(B) 1.04º 0.78% 0.87% -
XYZ 32.28 18.46 4.88 -
YUV 103.49 97.82 213.24 -
System Red Green Blue C M Y K H S L
Decimal 223 53 50 0 0.76 0.78 0.13 1.04 0.73 0.54
Hex DF 35 32 0 4C 4E D 1 49 36
Octal 337 65 62 0 114 116 15 1 111 66
Binary 11011111 110101 110010 0 1001100 1001110 1101 1 1001001 110110

Color Harmonies of #DF3532

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF3532

Black with #DF3532

Text Example


Text Example

White with #DF3532

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF3532; }

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

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

background-color css

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

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

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

border-color css

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

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

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