Html Css Color HEX #DD0330 Crimson

📋 copy color: '#DD0330'

red 221 ◦ green 3 ◦ blue 48

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

Shades of Crimson #DD0330

Tints of Crimson #DD0330

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.1%

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

R = 81.25%
G = 1.1%
B = 17.65%

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

#DD0330 (or 0xDD0330) is known color: Crimson. HEX triplet: DD, 03 and 30. RGB value is (221,3,48). Sum of RGB (Red+Green+Blue) = 221+3+48=272 (36% of max value = 765). Red value is 221 (86.72% from 255 or 81.25% from 272); Green value is 3 (1.56% from 255 or 1.10% from 272); Blue value is 48 (19.14% from 255 or 17.65% from 272); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0330 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DD0330 is #22FCCF. Grayscale: #494949. Windows color (decimal): -2292944 or 3146717. OLE color: 3146717.

HSL color Cylindrical-coordinate representation of color #DD0330: hue angle of 347.61º degrees, saturation: 0.97, 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 #DD0330 is Cyan = 0, Magento = 0.99, Yellow = 0.78 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 3 48 -
CMYK 0 0.99 0.78 0.13
HSL 347.61º 0.97% 0.44% -
HSV(B) 347.61º 0.99% 0.87% -
XYZ 30.38 15.65 4.22 -
YUV 73.31 113.72 233.34 -
System Red Green Blue C M Y K H S L
Decimal 221 3 48 0 0.99 0.78 0.13 347.61 0.97 0.44
Hex DD 3 30 0 63 4E D 15C 61 2C
Octal 335 3 60 0 143 116 15 534 141 54
Binary 11011101 11 110000 0 1100011 1001110 1101 101011100 1100001 101100

Color Harmonies of #DD0330

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD0330

Black with #DD0330

Text Example


Text Example

White with #DD0330

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD0330; }

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

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

background-color css

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

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

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

border-color css

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

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

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