Html Css Color HEX #DC4330 Cinnabar

📋 copy color: '#DC4330'

red 220 ◦ green 67 ◦ blue 48

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

Shades of Cinnabar #DC4330

Tints of Cinnabar #DC4330

RGB

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

 GREEN value IS 67 (26.56% from 255) = 20%

 BLUE value IS 48 (19.14% from 255) = 14.33%

R = 65.67%
G = 20%
B = 14.33%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.78

 K value IS 0.14

RGB Variations

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

Color information

#DC4330 (or 0xDC4330) is known color: Cinnabar. HEX triplet: DC, 43 and 30. RGB value is (220,67,48). Sum of RGB (Red+Green+Blue) = 220+67+48=335 (44% of max value = 765). Red value is 220 (86.33% from 255 or 65.67% from 335); Green value is 67 (26.56% from 255 or 20% from 335); Blue value is 48 (19.14% from 255 or 14.33% from 335); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4330 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC4330 is #23BCCF. Grayscale: #6E6E6E. Windows color (decimal): -2342096 or 3163100. OLE color: 3163100.

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

Color convert

RGB 220 67 48 -
CMYK 0 0.70 0.78 0.14
HSL 6.63º 0.71% 0.53% -
HSV(B) 6.63º 0.78% 0.86% -
XYZ 32.06 19.44 4.86 -
YUV 110.58 92.69 206.04 -
System Red Green Blue C M Y K H S L
Decimal 220 67 48 0 0.70 0.78 0.14 6.63 0.71 0.53
Hex DC 43 30 0 46 4E E 7 47 35
Octal 334 103 60 0 106 116 16 7 107 65
Binary 11011100 1000011 110000 0 1000110 1001110 1110 111 1000111 110101

Color Harmonies of #DC4330

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC4330

Black with #DC4330

Text Example


Text Example

White with #DC4330

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC4330; }

 p { color: rgb(220,67,48); }

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

background-color css

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

 a { background-color: rgb(220,67,48); }

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

border-color css

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

 span { border-color: rgb(220,67,48); }

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