Html Css Color HEX #DC0534 Crimson

📋 copy color: '#DC0534'

red 220 ◦ green 5 ◦ blue 52

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

Shades of Crimson #DC0534

Tints of Crimson #DC0534

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.81%

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

R = 79.42%
G = 1.81%
B = 18.77%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.76

 K value IS 0.14

RGB Variations

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

Color information

#DC0534 (or 0xDC0534) is known color: Crimson. HEX triplet: DC, 05 and 34. RGB value is (220,5,52). Sum of RGB (Red+Green+Blue) = 220+5+52=277 (36% of max value = 765). Red value is 220 (86.33% from 255 or 79.42% from 277); Green value is 5 (2.34% from 255 or 1.81% from 277); Blue value is 52 (20.70% from 255 or 18.77% from 277); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0534 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC0534 is #23FACB. Grayscale: #4A4A4A. Windows color (decimal): -2357964 or 3409372. OLE color: 3409372.

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

Color convert

RGB 220 5 52 -
CMYK 0 0.98 0.76 0.14
HSL 346.88º 0.96% 0.44% -
HSV(B) 346.88º 0.98% 0.86% -
XYZ 30.19 15.57 4.66 -
YUV 74.64 115.23 231.68 -
System Red Green Blue C M Y K H S L
Decimal 220 5 52 0 0.98 0.76 0.14 346.88 0.96 0.44
Hex DC 5 34 0 62 4C E 15B 60 2C
Octal 334 5 64 0 142 114 16 533 140 54
Binary 11011100 101 110100 0 1100010 1001100 1110 101011011 1100000 101100

Color Harmonies of #DC0534

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC0534

Black with #DC0534

Text Example


Text Example

White with #DC0534

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC0534; }

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

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

background-color css

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

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

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

border-color css

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

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

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