Html Css Color HEX #DC0442 Crimson

📋 copy color: '#DC0442'

red 220 ◦ green 4 ◦ blue 66

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

Shades of Crimson #DC0442

Tints of Crimson #DC0442

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 22.76%

R = 75.86%
G = 1.38%
B = 22.76%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.7

 K value IS 0.14

RGB Variations

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

Color information

#DC0442 (or 0xDC0442) is known color: Crimson. HEX triplet: DC, 04 and 42. RGB value is (220,4,66). Sum of RGB (Red+Green+Blue) = 220+4+66=290 (38% of max value = 765). Red value is 220 (86.33% from 255 or 75.86% from 290); Green value is 4 (1.95% from 255 or 1.38% from 290); Blue value is 66 (26.17% from 255 or 22.76% from 290); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0442 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC0442 is #23FBBD. Grayscale: #4B4B4B. Windows color (decimal): -2358206 or 4326620. OLE color: 4326620.

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

Color convert

RGB 220 4 66 -
CMYK 0 0.98 0.7 0.14
HSL 342.78º 0.96% 0.44% -
HSV(B) 342.78º 0.98% 0.86% -
XYZ 30.54 15.7 6.57 -
YUV 75.65 122.56 230.96 -
System Red Green Blue C M Y K H S L
Decimal 220 4 66 0 0.98 0.7 0.14 342.78 0.96 0.44
Hex DC 4 42 0 62 46 E 157 60 2C
Octal 334 4 102 0 142 106 16 527 140 54
Binary 11011100 100 1000010 0 1100010 1000110 1110 101010111 1100000 101100

Color Harmonies of #DC0442

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC0442

Black with #DC0442

Text Example


Text Example

White with #DC0442

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC0442; }

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

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

background-color css

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

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

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

border-color css

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

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

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