Html Css Color HEX #DD0328 Crimson

📋 copy color: '#DD0328'

red 221 ◦ green 3 ◦ blue 40

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

Shades of Crimson #DD0328

Tints of Crimson #DD0328

RGB

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

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

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

R = 83.71%
G = 1.14%
B = 15.15%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.82

 K value IS 0.13

RGB Variations

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

Color information

#DD0328 (or 0xDD0328) is known color: Crimson. HEX triplet: DD, 03 and 28. RGB value is (221,3,40). Sum of RGB (Red+Green+Blue) = 221+3+40=264 (34% of max value = 765). Red value is 221 (86.72% from 255 or 83.71% from 264); Green value is 3 (1.56% from 255 or 1.14% from 264); Blue value is 40 (16.02% from 255 or 15.15% from 264); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0328 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DD0328 is #22FCD7. Grayscale: #484848. Windows color (decimal): -2292952 or 2622429. OLE color: 2622429.

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

Color convert

RGB 221 3 40 -
CMYK 0 0.99 0.82 0.13
HSL 349.82º 0.97% 0.44% -
HSV(B) 349.82º 0.99% 0.87% -
XYZ 30.23 15.59 3.42 -
YUV 72.4 109.72 233.99 -
System Red Green Blue C M Y K H S L
Decimal 221 3 40 0 0.99 0.82 0.13 349.82 0.97 0.44
Hex DD 3 28 0 63 52 D 15E 61 2C
Octal 335 3 50 0 143 122 15 536 141 54
Binary 11011101 11 101000 0 1100011 1010010 1101 101011110 1100001 101100

Color Harmonies of #DD0328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD0328

Black with #DD0328

Text Example


Text Example

White with #DD0328

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD0328; }

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

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

background-color css

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

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

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

border-color css

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

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

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