Html Css Color HEX #DD0134 Crimson

📋 copy color: '#DD0134'

red 221 ◦ green 1 ◦ blue 52

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

Shades of Crimson #DD0134

Tints of Crimson #DD0134

RGB

 RED value IS 221 (86.72% from 255) = 80.66%

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

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

R = 80.66%
G = 0.36%
B = 18.98%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.76

 K value IS 0.13

RGB Variations

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

Color information

#DD0134 (or 0xDD0134) is known color: Crimson. HEX triplet: DD, 01 and 34. RGB value is (221,1,52). Sum of RGB (Red+Green+Blue) = 221+1+52=274 (36% of max value = 765). Red value is 221 (86.72% from 255 or 80.66% from 274); Green value is 1 (0.78% from 255 or 0.36% from 274); Blue value is 52 (20.70% from 255 or 18.98% from 274); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0134 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DD0134 is #22FECB. Grayscale: #484848. Windows color (decimal): -2293452 or 3408349. OLE color: 3408349.

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

Color convert

RGB 221 1 52 -
CMYK 0 1.00 0.76 0.13
HSL 346.09º 0.99% 0.44% -
HSV(B) 346.09º 1% 0.87% -
XYZ 30.45 15.64 4.66 -
YUV 72.59 116.39 233.85 -
System Red Green Blue C M Y K H S L
Decimal 221 1 52 0 1.00 0.76 0.13 346.09 0.99 0.44
Hex DD 1 34 0 64 4C D 15A 63 2C
Octal 335 1 64 0 144 114 15 532 143 54
Binary 11011101 1 110100 0 1100100 1001100 1101 101011010 1100011 101100

Color Harmonies of #DD0134

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD0134

Black with #DD0134

Text Example


Text Example

White with #DD0134

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD0134; }

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

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

background-color css

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

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

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

border-color css

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

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

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