Html Css Color HEX #DD0230 Crimson

📋 copy color: '#DD0230'

red 221 ◦ green 2 ◦ blue 48

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

Shades of Crimson #DD0230

Tints of Crimson #DD0230

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.74%

 BLUE value IS 48 (19.14% from 255) = 17.71%

R = 81.55%
G = 0.74%
B = 17.71%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.78

 K value IS 0.13

RGB Variations

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

Color information

#DD0230 (or 0xDD0230) is known color: Crimson. HEX triplet: DD, 02 and 30. RGB value is (221,2,48). Sum of RGB (Red+Green+Blue) = 221+2+48=271 (35% of max value = 765). Red value is 221 (86.72% from 255 or 81.55% from 271); Green value is 2 (1.17% from 255 or 0.74% from 271); Blue value is 48 (19.14% from 255 or 17.71% from 271); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0230 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DD0230 is #22FDCF. Grayscale: #484848. Windows color (decimal): -2293200 or 3146461. OLE color: 3146461.

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

Color convert

RGB 221 2 48 -
CMYK 0 0.99 0.78 0.13
HSL 347.4º 0.98% 0.44% -
HSV(B) 347.4º 0.99% 0.87% -
XYZ 30.37 15.63 4.21 -
YUV 72.73 114.05 233.76 -
System Red Green Blue C M Y K H S L
Decimal 221 2 48 0 0.99 0.78 0.13 347.4 0.98 0.44
Hex DD 2 30 0 63 4E D 15B 62 2C
Octal 335 2 60 0 143 116 15 533 142 54
Binary 11011101 10 110000 0 1100011 1001110 1101 101011011 1100010 101100

Color Harmonies of #DD0230

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD0230

Black with #DD0230

Text Example


Text Example

White with #DD0230

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD0230; }

 p { color: rgb(221,2,48); }

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

background-color css

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

 a { background-color: rgb(221,2,48); }

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

border-color css

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

 span { border-color: rgb(221,2,48); }

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