Html Css Color HEX #DF3732 Cinnabar

📋 copy color: '#DF3732'

red 223 ◦ green 55 ◦ blue 50

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

Shades of Cinnabar #DF3732

Tints of Cinnabar #DF3732

RGB

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

 GREEN value IS 55 (21.88% from 255) = 16.77%

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

R = 67.99%
G = 16.77%
B = 15.24%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.78

 K value IS 0.13

RGB Variations

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

Color information

#DF3732 (or 0xDF3732) is known color: Cinnabar. HEX triplet: DF, 37 and 32. RGB value is (223,55,50). Sum of RGB (Red+Green+Blue) = 223+55+50=328 (43% of max value = 765). Red value is 223 (87.5% from 255 or 67.99% from 328); Green value is 55 (21.88% from 255 or 16.77% from 328); Blue value is 50 (19.92% from 255 or 15.24% from 328); Max value from RGB is 223 - color contains mainly: red. Hex color #DF3732 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF3732 is #20C8CD. Grayscale: #686868. Windows color (decimal): -2148558 or 3291103. OLE color: 3291103.

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

Color convert

RGB 223 55 50 -
CMYK 0 0.75 0.78 0.13
HSL 1.73º 0.73% 0.54% -
HSV(B) 1.73º 0.78% 0.87% -
XYZ 32.37 18.65 4.91 -
YUV 104.66 97.16 212.41 -
System Red Green Blue C M Y K H S L
Decimal 223 55 50 0 0.75 0.78 0.13 1.73 0.73 0.54
Hex DF 37 32 0 4B 4E D 2 49 36
Octal 337 67 62 0 113 116 15 2 111 66
Binary 11011111 110111 110010 0 1001011 1001110 1101 10 1001001 110110

Color Harmonies of #DF3732

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF3732

Black with #DF3732

Text Example


Text Example

White with #DF3732

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF3732; }

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

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

background-color css

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

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

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

border-color css

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

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

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