Html Css Color HEX #DD0530 Crimson

📋 copy color: '#DD0530'

red 221 ◦ green 5 ◦ blue 48

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

Shades of Crimson #DD0530

Tints of Crimson #DD0530

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.82%

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

R = 80.66%
G = 1.82%
B = 17.52%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.78

 K value IS 0.13

RGB Variations

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

Color information

#DD0530 (or 0xDD0530) is known color: Crimson. HEX triplet: DD, 05 and 30. RGB value is (221,5,48). Sum of RGB (Red+Green+Blue) = 221+5+48=274 (36% of max value = 765). Red value is 221 (86.72% from 255 or 80.66% from 274); Green value is 5 (2.34% from 255 or 1.82% from 274); Blue value is 48 (19.14% from 255 or 17.52% from 274); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0530 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DD0530 is #22FACF. Grayscale: #4A4A4A. Windows color (decimal): -2292432 or 3147229. OLE color: 3147229.

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

Color convert

RGB 221 5 48 -
CMYK 0 0.98 0.78 0.13
HSL 348.06º 0.96% 0.44% -
HSV(B) 348.06º 0.98% 0.87% -
XYZ 30.41 15.69 4.22 -
YUV 74.49 113.06 232.5 -
System Red Green Blue C M Y K H S L
Decimal 221 5 48 0 0.98 0.78 0.13 348.06 0.96 0.44
Hex DD 5 30 0 62 4E D 15C 60 2C
Octal 335 5 60 0 142 116 15 534 140 54
Binary 11011101 101 110000 0 1100010 1001110 1101 101011100 1100000 101100

Color Harmonies of #DD0530

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD0530

Black with #DD0530

Text Example


Text Example

White with #DD0530

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD0530; }

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

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

background-color css

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

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

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

border-color css

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

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

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