Html Css Color HEX #DC502B Cinnabar

📋 copy color: '#DC502B'

red 220 ◦ green 80 ◦ blue 43

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

Shades of Cinnabar #DC502B

Tints of Cinnabar #DC502B

RGB

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

 GREEN value IS 80 (31.64% from 255) = 23.32%

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

R = 64.14%
G = 23.32%
B = 12.54%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.80

 K value IS 0.14

RGB Variations

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

Color information

#DC502B (or 0xDC502B) is known color: Cinnabar. HEX triplet: DC, 50 and 2B. RGB value is (220,80,43). Sum of RGB (Red+Green+Blue) = 220+80+43=343 (45% of max value = 765). Red value is 220 (86.33% from 255 or 64.14% from 343); Green value is 80 (31.64% from 255 or 23.32% from 343); Blue value is 43 (17.19% from 255 or 12.54% from 343); Max value from RGB is 220 - color contains mainly: red. Hex color #DC502B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC502B is #23AFD4. Grayscale: #757575. Windows color (decimal): -2338773 or 2838748. OLE color: 2838748.

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

Color convert

RGB 220 80 43 -
CMYK 0 0.64 0.80 0.14
HSL 12.54º 0.72% 0.52% -
HSV(B) 12.54º 0.8% 0.86% -
XYZ 32.82 21.13 4.63 -
YUV 117.64 85.88 201.01 -
System Red Green Blue C M Y K H S L
Decimal 220 80 43 0 0.64 0.80 0.14 12.54 0.72 0.52
Hex DC 50 2B 0 40 50 E D 48 34
Octal 334 120 53 0 100 120 16 15 110 64
Binary 11011100 1010000 101011 0 1000000 1010000 1110 1101 1001000 110100

Color Harmonies of #DC502B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC502B

Black with #DC502B

Text Example


Text Example

White with #DC502B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC502B; }

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

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

background-color css

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

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

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

border-color css

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

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

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