Html Css Color HEX #DC0435 Crimson

📋 copy color: '#DC0435'

red 220 ◦ green 4 ◦ blue 53

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

Shades of Crimson #DC0435

Tints of Crimson #DC0435

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.44%

 BLUE value IS 53 (21.09% from 255) = 19.13%

R = 79.42%
G = 1.44%
B = 19.13%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.76

 K value IS 0.14

RGB Variations

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

Color information

#DC0435 (or 0xDC0435) is known color: Crimson. HEX triplet: DC, 04 and 35. RGB value is (220,4,53). Sum of RGB (Red+Green+Blue) = 220+4+53=277 (36% of max value = 765). Red value is 220 (86.33% from 255 or 79.42% from 277); Green value is 4 (1.95% from 255 or 1.44% from 277); Blue value is 53 (21.09% from 255 or 19.13% from 277); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0435 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC0435 is #23FBCA. Grayscale: #4A4A4A. Windows color (decimal): -2358219 or 3474652. OLE color: 3474652.

HSL color Cylindrical-coordinate representation of color #DC0435: hue angle of 346.39º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DC0435 is Cyan = 0, Magento = 0.98, Yellow = 0.76 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 4 53 -
CMYK 0 0.98 0.76 0.14
HSL 346.39º 0.96% 0.44% -
HSV(B) 346.39º 0.98% 0.86% -
XYZ 30.2 15.56 4.78 -
YUV 74.17 116.06 232.02 -
System Red Green Blue C M Y K H S L
Decimal 220 4 53 0 0.98 0.76 0.14 346.39 0.96 0.44
Hex DC 4 35 0 62 4C E 15A 60 2C
Octal 334 4 65 0 142 114 16 532 140 54
Binary 11011100 100 110101 0 1100010 1001100 1110 101011010 1100000 101100

Color Harmonies of #DC0435

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC0435

Black with #DC0435

Text Example


Text Example

White with #DC0435

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC0435; }

 p { color: rgb(220,4,53); }

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

background-color css

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

 a { background-color: rgb(220,4,53); }

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

border-color css

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

 span { border-color: rgb(220,4,53); }

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