Html Css Color HEX #DC0034 Crimson

📋 copy color: '#DC0034'

red 220 ◦ green 0 ◦ blue 52

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

Shades of Crimson #DC0034

Tints of Crimson #DC0034

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 52 (20.7% from 255) = 19.12%

R = 80.88%
G = 0%
B = 19.12%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.76

 K value IS 0.14

RGB Variations

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

Color information

#DC0034 (or 0xDC0034) is known color: Crimson. HEX triplet: DC, 00 and 34. RGB value is (220,0,52). Sum of RGB (Red+Green+Blue) = 220+0+52=272 (36% of max value = 765). Red value is 220 (86.33% from 255 or 80.88% from 272); Green value is 0 (0.39% from 255 or 0% from 272); Blue value is 52 (20.70% from 255 or 19.12% from 272); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0034 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC0034 is #23FFCB. Grayscale: #474747. Windows color (decimal): -2359244 or 3408092. OLE color: 3408092.

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

Color convert

RGB 220 0 52 -
CMYK 0 1 0.76 0.14
HSL 345.82º 1% 0.43% -
HSV(B) 345.82º 1% 0.86% -
XYZ 30.14 15.46 4.65 -
YUV 71.71 116.89 233.77 -
System Red Green Blue C M Y K H S L
Decimal 220 0 52 0 1 0.76 0.14 345.82 1 0.43
Hex DC 0 34 0 64 4C E 15A 64 2B
Octal 334 0 64 0 144 114 16 532 144 53
Binary 11011100 0 110100 0 1100100 1001100 1110 101011010 1100100 101011

Color Harmonies of #DC0034

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC0034

Black with #DC0034

Text Example


Text Example

White with #DC0034

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC0034; }

 p { color: rgb(220,0,52); }

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

background-color css

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

 a { background-color: rgb(220,0,52); }

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

border-color css

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

 span { border-color: rgb(220,0,52); }

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