Html Css Color HEX #DC402E Cinnabar

📋 copy color: '#DC402E'

red 220 ◦ green 64 ◦ blue 46

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

Shades of Cinnabar #DC402E

Tints of Cinnabar #DC402E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 13.94%

R = 66.67%
G = 19.39%
B = 13.94%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.79

 K value IS 0.14

RGB Variations

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

Color information

#DC402E (or 0xDC402E) is known color: Cinnabar. HEX triplet: DC, 40 and 2E. RGB value is (220,64,46). Sum of RGB (Red+Green+Blue) = 220+64+46=330 (43% of max value = 765). Red value is 220 (86.33% from 255 or 66.67% from 330); Green value is 64 (25.39% from 255 or 19.39% from 330); Blue value is 46 (18.36% from 255 or 13.94% from 330); Max value from RGB is 220 - color contains mainly: red. Hex color #DC402E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC402E is #23BFD1. Grayscale: #6C6C6C. Windows color (decimal): -2342866 or 3031260. OLE color: 3031260.

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

Color convert

RGB 220 64 46 -
CMYK 0 0.71 0.79 0.14
HSL 6.21º 0.71% 0.52% -
HSV(B) 6.21º 0.79% 0.86% -
XYZ 31.84 19.08 4.59 -
YUV 108.59 92.68 207.46 -
System Red Green Blue C M Y K H S L
Decimal 220 64 46 0 0.71 0.79 0.14 6.21 0.71 0.52
Hex DC 40 2E 0 47 4F E 6 47 34
Octal 334 100 56 0 107 117 16 6 107 64
Binary 11011100 1000000 101110 0 1000111 1001111 1110 110 1000111 110100

Color Harmonies of #DC402E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC402E

Black with #DC402E

Text Example


Text Example

White with #DC402E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC402E; }

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

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

background-color css

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

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

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

border-color css

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

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

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