Html Css Color HEX #DD0027 Crimson

📋 copy color: '#DD0027'

red 221 ◦ green 0 ◦ blue 39

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

Shades of Crimson #DD0027

Tints of Crimson #DD0027

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 15%

R = 85%
G = 0%
B = 15%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.82

 K value IS 0.13

RGB Variations

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

Color information

#DD0027 (or 0xDD0027) is known color: Crimson. HEX triplet: DD, 00 and 27. RGB value is (221,0,39). Sum of RGB (Red+Green+Blue) = 221+0+39=260 (34% of max value = 765). Red value is 221 (86.72% from 255 or 85% from 260); Green value is 0 (0.39% from 255 or 0% from 260); Blue value is 39 (15.62% from 255 or 15% from 260); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0027 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DD0027 is #22FFD8. Grayscale: #464646. Windows color (decimal): -2293721 or 2556125. OLE color: 2556125.

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

Color convert

RGB 221 0 39 -
CMYK 0 1 0.82 0.13
HSL 349.41º 1% 0.43% -
HSV(B) 349.41º 1% 0.87% -
XYZ 30.19 15.52 3.32 -
YUV 70.53 110.22 235.33 -
System Red Green Blue C M Y K H S L
Decimal 221 0 39 0 1 0.82 0.13 349.41 1 0.43
Hex DD 0 27 0 64 52 D 15D 64 2B
Octal 335 0 47 0 144 122 15 535 144 53
Binary 11011101 0 100111 0 1100100 1010010 1101 101011101 1100100 101011

Color Harmonies of #DD0027

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD0027

Black with #DD0027

Text Example


Text Example

White with #DD0027

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD0027; }

 p { color: rgb(221,0,39); }

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

background-color css

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

 a { background-color: rgb(221,0,39); }

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

border-color css

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

 span { border-color: rgb(221,0,39); }

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