Html Css Color HEX #DC432B Cinnabar

📋 copy color: '#DC432B'

red 220 ◦ green 67 ◦ blue 43

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

Shades of Cinnabar #DC432B

Tints of Cinnabar #DC432B

RGB

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

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

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

R = 66.67%
G = 20.3%
B = 13.03%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.80

 K value IS 0.14

RGB Variations

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

Color information

#DC432B (or 0xDC432B) is known color: Cinnabar. HEX triplet: DC, 43 and 2B. RGB value is (220,67,43). Sum of RGB (Red+Green+Blue) = 220+67+43=330 (43% of max value = 765). Red value is 220 (86.33% from 255 or 66.67% from 330); Green value is 67 (26.56% from 255 or 20.30% from 330); Blue value is 43 (17.19% from 255 or 13.03% from 330); Max value from RGB is 220 - color contains mainly: red. Hex color #DC432B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC432B is #23BCD4. Grayscale: #6E6E6E. Windows color (decimal): -2342101 or 2835420. OLE color: 2835420.

HSL color Cylindrical-coordinate representation of color #DC432B: hue angle of 8.14º 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 #DC432B is Cyan = 0, Magento = 0.70, Yellow = 0.80 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 67 43 -
CMYK 0 0.70 0.80 0.14
HSL 8.14º 0.72% 0.52% -
HSV(B) 8.14º 0.8% 0.86% -
XYZ 31.96 19.4 4.35 -
YUV 110.01 90.19 206.45 -
System Red Green Blue C M Y K H S L
Decimal 220 67 43 0 0.70 0.80 0.14 8.14 0.72 0.52
Hex DC 43 2B 0 46 50 E 8 48 34
Octal 334 103 53 0 106 120 16 10 110 64
Binary 11011100 1000011 101011 0 1000110 1010000 1110 1000 1001000 110100

Color Harmonies of #DC432B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC432B

Black with #DC432B

Text Example


Text Example

White with #DC432B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC432B; }

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

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

background-color css

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

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

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

border-color css

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

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

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