Html Css Color HEX #DC4432 Cinnabar

📋 copy color: '#DC4432'

red 220 ◦ green 68 ◦ blue 50

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

Shades of Cinnabar #DC4432

Tints of Cinnabar #DC4432

RGB

 RED value IS 220 (86.33% from 255) = 65.09%

 GREEN value IS 68 (26.95% from 255) = 20.12%

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

R = 65.09%
G = 20.12%
B = 14.79%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.77

 K value IS 0.14

RGB Variations

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

Color information

#DC4432 (or 0xDC4432) is known color: Cinnabar. HEX triplet: DC, 44 and 32. RGB value is (220,68,50). Sum of RGB (Red+Green+Blue) = 220+68+50=338 (44% of max value = 765). Red value is 220 (86.33% from 255 or 65.09% from 338); Green value is 68 (26.95% from 255 or 20.12% from 338); Blue value is 50 (19.92% from 255 or 14.79% from 338); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4432 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC4432 is #23BBCD. Grayscale: #6F6F6F. Windows color (decimal): -2341838 or 3294428. OLE color: 3294428.

HSL color Cylindrical-coordinate representation of color #DC4432: hue angle of 6.35º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DC4432 is Cyan = 0, Magento = 0.69, Yellow = 0.77 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 68 50 -
CMYK 0 0.69 0.77 0.14
HSL 6.35º 0.71% 0.53% -
HSV(B) 6.35º 0.77% 0.86% -
XYZ 32.16 19.58 5.1 -
YUV 111.4 93.36 205.46 -
System Red Green Blue C M Y K H S L
Decimal 220 68 50 0 0.69 0.77 0.14 6.35 0.71 0.53
Hex DC 44 32 0 45 4D E 6 47 35
Octal 334 104 62 0 105 115 16 6 107 65
Binary 11011100 1000100 110010 0 1000101 1001101 1110 110 1000111 110101

Color Harmonies of #DC4432

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC4432

Black with #DC4432

Text Example


Text Example

White with #DC4432

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC4432; }

 p { color: rgb(220,68,50); }

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

background-color css

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

 a { background-color: rgb(220,68,50); }

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

border-color css

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

 span { border-color: rgb(220,68,50); }

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