Html Css Color HEX #DC402A Cinnabar

📋 copy color: '#DC402A'

red 220 ◦ green 64 ◦ blue 42

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

Shades of Cinnabar #DC402A

Tints of Cinnabar #DC402A

RGB

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

 GREEN value IS 64 (25.39% from 255) = 19.63%

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

R = 67.48%
G = 19.63%
B = 12.88%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.81

 K value IS 0.14

RGB Variations

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

Color information

#DC402A (or 0xDC402A) is known color: Cinnabar. HEX triplet: DC, 40 and 2A. RGB value is (220,64,42). Sum of RGB (Red+Green+Blue) = 220+64+42=326 (43% of max value = 765). Red value is 220 (86.33% from 255 or 67.48% from 326); Green value is 64 (25.39% from 255 or 19.63% from 326); Blue value is 42 (16.80% from 255 or 12.88% from 326); Max value from RGB is 220 - color contains mainly: red. Hex color #DC402A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC402A is #23BFD5. Grayscale: #6C6C6C. Windows color (decimal): -2342870 or 2769116. OLE color: 2769116.

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

Color convert

RGB 220 64 42 -
CMYK 0 0.71 0.81 0.14
HSL 7.42º 0.72% 0.51% -
HSV(B) 7.42º 0.81% 0.86% -
XYZ 31.77 19.05 4.19 -
YUV 108.14 90.68 207.79 -
System Red Green Blue C M Y K H S L
Decimal 220 64 42 0 0.71 0.81 0.14 7.42 0.72 0.51
Hex DC 40 2A 0 47 51 E 7 48 33
Octal 334 100 52 0 107 121 16 7 110 63
Binary 11011100 1000000 101010 0 1000111 1010001 1110 111 1001000 110011

Color Harmonies of #DC402A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC402A

Black with #DC402A

Text Example


Text Example

White with #DC402A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC402A; }

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

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

background-color css

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

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

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

border-color css

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

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

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