Html Css Color HEX #DC402B Cinnabar

📋 copy color: '#DC402B'

red 220 ◦ green 64 ◦ blue 43

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

Shades of Cinnabar #DC402B

Tints of Cinnabar #DC402B

RGB

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

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

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

R = 67.28%
G = 19.57%
B = 13.15%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.80

 K value IS 0.14

RGB Variations

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

Color information

#DC402B (or 0xDC402B) is known color: Cinnabar. HEX triplet: DC, 40 and 2B. RGB value is (220,64,43). Sum of RGB (Red+Green+Blue) = 220+64+43=327 (43% of max value = 765). Red value is 220 (86.33% from 255 or 67.28% from 327); Green value is 64 (25.39% from 255 or 19.57% from 327); Blue value is 43 (17.19% from 255 or 13.15% from 327); Max value from RGB is 220 - color contains mainly: red. Hex color #DC402B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC402B is #23BFD4. Grayscale: #6C6C6C. Windows color (decimal): -2342869 or 2834652. OLE color: 2834652.

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

Color convert

RGB 220 64 43 -
CMYK 0 0.71 0.80 0.14
HSL 7.12º 0.72% 0.52% -
HSV(B) 7.12º 0.8% 0.86% -
XYZ 31.78 19.06 4.29 -
YUV 108.25 91.18 207.71 -
System Red Green Blue C M Y K H S L
Decimal 220 64 43 0 0.71 0.80 0.14 7.12 0.72 0.52
Hex DC 40 2B 0 47 50 E 7 48 34
Octal 334 100 53 0 107 120 16 7 110 64
Binary 11011100 1000000 101011 0 1000111 1010000 1110 111 1001000 110100

Color Harmonies of #DC402B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC402B

Black with #DC402B

Text Example


Text Example

White with #DC402B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC402B; }

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

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

background-color css

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

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

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

border-color css

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

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

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