Html Css Color HEX #DC403A Cinnabar

📋 copy color: '#DC403A'

red 220 ◦ green 64 ◦ blue 58

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

Shades of Cinnabar #DC403A

Tints of Cinnabar #DC403A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 16.96%

R = 64.33%
G = 18.71%
B = 16.96%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.74

 K value IS 0.14

RGB Variations

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

Color information

#DC403A (or 0xDC403A) is known color: Cinnabar. HEX triplet: DC, 40 and 3A. RGB value is (220,64,58). Sum of RGB (Red+Green+Blue) = 220+64+58=342 (45% of max value = 765). Red value is 220 (86.33% from 255 or 64.33% from 342); Green value is 64 (25.39% from 255 or 18.71% from 342); Blue value is 58 (23.05% from 255 or 16.96% from 342); Max value from RGB is 220 - color contains mainly: red. Hex color #DC403A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC403A is #23BFC5. Grayscale: #6E6E6E. Windows color (decimal): -2342854 or 3817692. OLE color: 3817692.

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

Color convert

RGB 220 64 58 -
CMYK 0 0.71 0.74 0.14
HSL 2.22º 0.7% 0.55% -
HSV(B) 2.22º 0.74% 0.86% -
XYZ 32.11 19.19 6.01 -
YUV 109.96 98.68 206.49 -
System Red Green Blue C M Y K H S L
Decimal 220 64 58 0 0.71 0.74 0.14 2.22 0.7 0.55
Hex DC 40 3A 0 47 4A E 2 46 37
Octal 334 100 72 0 107 112 16 2 106 67
Binary 11011100 1000000 111010 0 1000111 1001010 1110 10 1000110 110111

Color Harmonies of #DC403A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC403A

Black with #DC403A

Text Example


Text Example

White with #DC403A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC403A; }

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

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

background-color css

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

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

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

border-color css

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

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

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