Html Css Color HEX #DC3E2A Cinnabar

📋 copy color: '#DC3E2A'

red 220 ◦ green 62 ◦ blue 42

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

Shades of Cinnabar #DC3E2A

Tints of Cinnabar #DC3E2A

RGB

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

 GREEN value IS 62 (24.61% from 255) = 19.14%

 BLUE value IS 42 (16.8% from 255) = 12.96%

R = 67.9%
G = 19.14%
B = 12.96%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.81

 K value IS 0.14

RGB Variations

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

Color information

#DC3E2A (or 0xDC3E2A) is known color: Cinnabar. HEX triplet: DC, 3E and 2A. RGB value is (220,62,42). Sum of RGB (Red+Green+Blue) = 220+62+42=324 (42% of max value = 765). Red value is 220 (86.33% from 255 or 67.90% from 324); Green value is 62 (24.61% from 255 or 19.14% from 324); Blue value is 42 (16.80% from 255 or 12.96% from 324); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3E2A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC3E2A is #23C1D5. Grayscale: #6B6B6B. Windows color (decimal): -2343382 or 2768604. OLE color: 2768604.

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

Color convert

RGB 220 62 42 -
CMYK 0 0.72 0.81 0.14
HSL 6.74º 0.72% 0.51% -
HSV(B) 6.74º 0.81% 0.86% -
XYZ 31.66 18.83 4.16 -
YUV 106.96 91.35 208.63 -
System Red Green Blue C M Y K H S L
Decimal 220 62 42 0 0.72 0.81 0.14 6.74 0.72 0.51
Hex DC 3E 2A 0 48 51 E 7 48 33
Octal 334 76 52 0 110 121 16 7 110 63
Binary 11011100 111110 101010 0 1001000 1010001 1110 111 1001000 110011

Color Harmonies of #DC3E2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC3E2A

Black with #DC3E2A

Text Example


Text Example

White with #DC3E2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC3E2A; }

 p { color: rgb(220,62,42); }

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

background-color css

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

 a { background-color: rgb(220,62,42); }

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

border-color css

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

 span { border-color: rgb(220,62,42); }

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