Html Css Color HEX #DC0342 Crimson

📋 copy color: '#DC0342'

red 220 ◦ green 3 ◦ blue 66

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

Shades of Crimson #DC0342

Tints of Crimson #DC0342

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.04%

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

R = 76.12%
G = 1.04%
B = 22.84%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.7

 K value IS 0.14

RGB Variations

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

Color information

#DC0342 (or 0xDC0342) is known color: Crimson. HEX triplet: DC, 03 and 42. RGB value is (220,3,66). Sum of RGB (Red+Green+Blue) = 220+3+66=289 (38% of max value = 765). Red value is 220 (86.33% from 255 or 76.12% from 289); Green value is 3 (1.56% from 255 or 1.04% from 289); Blue value is 66 (26.17% from 255 or 22.84% from 289); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0342 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC0342 is #23FCBD. Grayscale: #4B4B4B. Windows color (decimal): -2358462 or 4326364. OLE color: 4326364.

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

Color convert

RGB 220 3 66 -
CMYK 0 0.99 0.7 0.14
HSL 342.58º 0.97% 0.44% -
HSV(B) 342.58º 0.99% 0.86% -
XYZ 30.53 15.67 6.57 -
YUV 75.07 122.89 231.38 -
System Red Green Blue C M Y K H S L
Decimal 220 3 66 0 0.99 0.7 0.14 342.58 0.97 0.44
Hex DC 3 42 0 63 46 E 157 61 2C
Octal 334 3 102 0 143 106 16 527 141 54
Binary 11011100 11 1000010 0 1100011 1000110 1110 101010111 1100001 101100

Color Harmonies of #DC0342

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC0342

Black with #DC0342

Text Example


Text Example

White with #DC0342

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC0342; }

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

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

background-color css

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

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

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

border-color css

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

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

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