Html Css Color HEX #DC0134 Crimson

📋 copy color: '#DC0134'

red 220 ◦ green 1 ◦ blue 52

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

Shades of Crimson #DC0134

Tints of Crimson #DC0134

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.37%

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

R = 80.59%
G = 0.37%
B = 19.05%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.76

 K value IS 0.14

RGB Variations

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

Color information

#DC0134 (or 0xDC0134) is known color: Crimson. HEX triplet: DC, 01 and 34. RGB value is (220,1,52). Sum of RGB (Red+Green+Blue) = 220+1+52=273 (36% of max value = 765). Red value is 220 (86.33% from 255 or 80.59% from 273); Green value is 1 (0.78% from 255 or 0.37% from 273); Blue value is 52 (20.70% from 255 or 19.05% from 273); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0134 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC0134 is #23FECB. Grayscale: #484848. Windows color (decimal): -2358988 or 3408348. OLE color: 3408348.

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

Color convert

RGB 220 1 52 -
CMYK 0 1.00 0.76 0.14
HSL 346.03º 0.99% 0.43% -
HSV(B) 346.03º 1% 0.86% -
XYZ 30.15 15.49 4.65 -
YUV 72.3 116.55 233.35 -
System Red Green Blue C M Y K H S L
Decimal 220 1 52 0 1.00 0.76 0.14 346.03 0.99 0.43
Hex DC 1 34 0 64 4C E 15A 63 2B
Octal 334 1 64 0 144 114 16 532 143 53
Binary 11011100 1 110100 0 1100100 1001100 1110 101011010 1100011 101011

Color Harmonies of #DC0134

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC0134

Black with #DC0134

Text Example


Text Example

White with #DC0134

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC0134; }

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

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

background-color css

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

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

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

border-color css

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

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

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