Html Css Color HEX #DC0334 Crimson

📋 copy color: '#DC0334'

red 220 ◦ green 3 ◦ blue 52

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

Shades of Crimson #DC0334

Tints of Crimson #DC0334

RGB

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

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

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

R = 80%
G = 1.09%
B = 18.91%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.76

 K value IS 0.14

RGB Variations

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

Color information

#DC0334 (or 0xDC0334) is known color: Crimson. HEX triplet: DC, 03 and 34. RGB value is (220,3,52). Sum of RGB (Red+Green+Blue) = 220+3+52=275 (36% of max value = 765). Red value is 220 (86.33% from 255 or 80% from 275); Green value is 3 (1.56% from 255 or 1.09% from 275); Blue value is 52 (20.70% from 255 or 18.91% from 275); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0334 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC0334 is #23FCCB. Grayscale: #494949. Windows color (decimal): -2358476 or 3408860. OLE color: 3408860.

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

Color convert

RGB 220 3 52 -
CMYK 0 0.99 0.76 0.14
HSL 346.45º 0.97% 0.44% -
HSV(B) 346.45º 0.99% 0.86% -
XYZ 30.17 15.53 4.66 -
YUV 73.47 115.89 232.52 -
System Red Green Blue C M Y K H S L
Decimal 220 3 52 0 0.99 0.76 0.14 346.45 0.97 0.44
Hex DC 3 34 0 63 4C E 15A 61 2C
Octal 334 3 64 0 143 114 16 532 141 54
Binary 11011100 11 110100 0 1100011 1001100 1110 101011010 1100001 101100

Color Harmonies of #DC0334

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC0334

Black with #DC0334

Text Example


Text Example

White with #DC0334

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC0334; }

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

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

background-color css

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

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

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

border-color css

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

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

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