Html Css Color HEX #DF3432 Cinnabar

📋 copy color: '#DF3432'

red 223 ◦ green 52 ◦ blue 50

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

Shades of Cinnabar #DF3432

Tints of Cinnabar #DF3432

RGB

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

 GREEN value IS 52 (20.7% from 255) = 16%

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

R = 68.62%
G = 16%
B = 15.38%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.78

 K value IS 0.13

RGB Variations

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

Color information

#DF3432 (or 0xDF3432) is known color: Cinnabar. HEX triplet: DF, 34 and 32. RGB value is (223,52,50). Sum of RGB (Red+Green+Blue) = 223+52+50=325 (43% of max value = 765). Red value is 223 (87.5% from 255 or 68.62% from 325); Green value is 52 (20.70% from 255 or 16% from 325); Blue value is 50 (19.92% from 255 or 15.38% from 325); Max value from RGB is 223 - color contains mainly: red. Hex color #DF3432 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF3432 is #20CBCD. Grayscale: #676767. Windows color (decimal): -2149326 or 3290335. OLE color: 3290335.

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

Color convert

RGB 223 52 50 -
CMYK 0 0.77 0.78 0.13
HSL 0.69º 0.73% 0.54% -
HSV(B) 0.69º 0.78% 0.87% -
XYZ 32.24 18.37 4.87 -
YUV 102.9 98.15 213.66 -
System Red Green Blue C M Y K H S L
Decimal 223 52 50 0 0.77 0.78 0.13 0.69 0.73 0.54
Hex DF 34 32 0 4D 4E D 1 49 36
Octal 337 64 62 0 115 116 15 1 111 66
Binary 11011111 110100 110010 0 1001101 1001110 1101 1 1001001 110110

Color Harmonies of #DF3432

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF3432

Black with #DF3432

Text Example


Text Example

White with #DF3432

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF3432; }

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

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

background-color css

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

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

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

border-color css

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

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

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