Html Css Color HEX #DC423B Cinnabar

📋 copy color: '#DC423B'

red 220 ◦ green 66 ◦ blue 59

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

Shades of Cinnabar #DC423B

Tints of Cinnabar #DC423B

RGB

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

 GREEN value IS 66 (26.17% from 255) = 19.13%

 BLUE value IS 59 (23.44% from 255) = 17.1%

R = 63.77%
G = 19.13%
B = 17.1%

CMYK

 C value IS 0

 M value IS 0.7

 Y value IS 0.73

 K value IS 0.14

RGB Variations

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

Color information

#DC423B (or 0xDC423B) is known color: Cinnabar. HEX triplet: DC, 42 and 3B. RGB value is (220,66,59). Sum of RGB (Red+Green+Blue) = 220+66+59=345 (45% of max value = 765). Red value is 220 (86.33% from 255 or 63.77% from 345); Green value is 66 (26.17% from 255 or 19.13% from 345); Blue value is 59 (23.44% from 255 or 17.10% from 345); Max value from RGB is 220 - color contains mainly: red. Hex color #DC423B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC423B is #23BDC4. Grayscale: #6F6F6F. Windows color (decimal): -2342341 or 3883740. OLE color: 3883740.

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

Color convert

RGB 220 66 59 -
CMYK 0 0.7 0.73 0.14
HSL 2.61º 0.7% 0.55% -
HSV(B) 2.61º 0.73% 0.86% -
XYZ 32.25 19.43 6.19 -
YUV 111.25 98.52 205.57 -
System Red Green Blue C M Y K H S L
Decimal 220 66 59 0 0.7 0.73 0.14 2.61 0.7 0.55
Hex DC 42 3B 0 46 49 E 3 46 37
Octal 334 102 73 0 106 111 16 3 106 67
Binary 11011100 1000010 111011 0 1000110 1001001 1110 11 1000110 110111

Color Harmonies of #DC423B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC423B

Black with #DC423B

Text Example


Text Example

White with #DC423B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC423B; }

 p { color: rgb(220,66,59); }

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

background-color css

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

 a { background-color: rgb(220,66,59); }

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

border-color css

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

 span { border-color: rgb(220,66,59); }

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