Html Css Color HEX #DC4A2B Cinnabar

📋 copy color: '#DC4A2B'

red 220 ◦ green 74 ◦ blue 43

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

Shades of Cinnabar #DC4A2B

Tints of Cinnabar #DC4A2B

RGB

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

 GREEN value IS 74 (29.3% from 255) = 21.96%

 BLUE value IS 43 (17.19% from 255) = 12.76%

R = 65.28%
G = 21.96%
B = 12.76%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.80

 K value IS 0.14

RGB Variations

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

Color information

#DC4A2B (or 0xDC4A2B) is known color: Cinnabar. HEX triplet: DC, 4A and 2B. RGB value is (220,74,43). Sum of RGB (Red+Green+Blue) = 220+74+43=337 (44% of max value = 765). Red value is 220 (86.33% from 255 or 65.28% from 337); Green value is 74 (29.30% from 255 or 21.96% from 337); Blue value is 43 (17.19% from 255 or 12.76% from 337); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4A2B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC4A2B is #23B5D4. Grayscale: #727272. Windows color (decimal): -2340309 or 2837212. OLE color: 2837212.

HSL color Cylindrical-coordinate representation of color #DC4A2B: hue angle of 10.51º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DC4A2B is Cyan = 0, Magento = 0.66, Yellow = 0.80 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 74 43 -
CMYK 0 0.66 0.80 0.14
HSL 10.51º 0.72% 0.52% -
HSV(B) 10.51º 0.8% 0.86% -
XYZ 32.4 20.29 4.49 -
YUV 114.12 87.87 203.52 -
System Red Green Blue C M Y K H S L
Decimal 220 74 43 0 0.66 0.80 0.14 10.51 0.72 0.52
Hex DC 4A 2B 0 42 50 E B 48 34
Octal 334 112 53 0 102 120 16 13 110 64
Binary 11011100 1001010 101011 0 1000010 1010000 1110 1011 1001000 110100

Color Harmonies of #DC4A2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC4A2B

Black with #DC4A2B

Text Example


Text Example

White with #DC4A2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC4A2B; }

 p { color: rgb(220,74,43); }

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

background-color css

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

 a { background-color: rgb(220,74,43); }

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

border-color css

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

 span { border-color: rgb(220,74,43); }

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