Html Css Color HEX #DD0128 Crimson

📋 copy color: '#DD0128'

red 221 ◦ green 1 ◦ blue 40

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

Shades of Crimson #DD0128

Tints of Crimson #DD0128

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 15.27%

R = 84.35%
G = 0.38%
B = 15.27%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.82

 K value IS 0.13

RGB Variations

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

Color information

#DD0128 (or 0xDD0128) is known color: Crimson. HEX triplet: DD, 01 and 28. RGB value is (221,1,40). Sum of RGB (Red+Green+Blue) = 221+1+40=262 (34% of max value = 765). Red value is 221 (86.72% from 255 or 84.35% from 262); Green value is 1 (0.78% from 255 or 0.38% from 262); Blue value is 40 (16.02% from 255 or 15.27% from 262); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0128 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DD0128 is #22FED7. Grayscale: #474747. Windows color (decimal): -2293464 or 2621917. OLE color: 2621917.

HSL color Cylindrical-coordinate representation of color #DD0128: hue angle of 349.36º 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 #DD0128 is Cyan = 0, Magento = 1.00, Yellow = 0.82 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 1 40 -
CMYK 0 1.00 0.82 0.13
HSL 349.36º 0.99% 0.44% -
HSV(B) 349.36º 1% 0.87% -
XYZ 30.21 15.55 3.42 -
YUV 71.23 110.39 234.83 -
System Red Green Blue C M Y K H S L
Decimal 221 1 40 0 1.00 0.82 0.13 349.36 0.99 0.44
Hex DD 1 28 0 64 52 D 15D 63 2C
Octal 335 1 50 0 144 122 15 535 143 54
Binary 11011101 1 101000 0 1100100 1010010 1101 101011101 1100011 101100

Color Harmonies of #DD0128

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD0128

Black with #DD0128

Text Example


Text Example

White with #DD0128

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD0128; }

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

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

background-color css

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

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

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

border-color css

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

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

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