Html Css Color HEX #DC0033 Crimson

📋 copy color: '#DC0033'

red 220 ◦ green 0 ◦ blue 51

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

Shades of Crimson #DC0033

Tints of Crimson #DC0033

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 18.82%

R = 81.18%
G = 0%
B = 18.82%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.77

 K value IS 0.14

RGB Variations

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

Color information

#DC0033 (or 0xDC0033) is known color: Crimson. HEX triplet: DC, 00 and 33. RGB value is (220,0,51). Sum of RGB (Red+Green+Blue) = 220+0+51=271 (35% of max value = 765). Red value is 220 (86.33% from 255 or 81.18% from 271); Green value is 0 (0.39% from 255 or 0% from 271); Blue value is 51 (20.31% from 255 or 18.82% from 271); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0033 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC0033 is #23FFCC. Grayscale: #474747. Windows color (decimal): -2359245 or 3342556. OLE color: 3342556.

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

Color convert

RGB 220 0 51 -
CMYK 0 1 0.77 0.14
HSL 346.09º 1% 0.43% -
HSV(B) 346.09º 1% 0.86% -
XYZ 30.11 15.45 4.53 -
YUV 71.59 116.39 233.85 -
System Red Green Blue C M Y K H S L
Decimal 220 0 51 0 1 0.77 0.14 346.09 1 0.43
Hex DC 0 33 0 64 4D E 15A 64 2B
Octal 334 0 63 0 144 115 16 532 144 53
Binary 11011100 0 110011 0 1100100 1001101 1110 101011010 1100100 101011

Color Harmonies of #DC0033

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC0033

Black with #DC0033

Text Example


Text Example

White with #DC0033

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC0033; }

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

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

background-color css

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

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

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

border-color css

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

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

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