Html Css Color HEX #DD0B33 Crimson

📋 copy color: '#DD0B33'

red 221 ◦ green 11 ◦ blue 51

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

Shades of Crimson #DD0B33

Tints of Crimson #DD0B33

RGB

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

 GREEN value IS 11 (4.69% from 255) = 3.89%

 BLUE value IS 51 (20.31% from 255) = 18.02%

R = 78.09%
G = 3.89%
B = 18.02%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.77

 K value IS 0.13

RGB Variations

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

Color information

#DD0B33 (or 0xDD0B33) is known color: Crimson. HEX triplet: DD, 0B and 33. RGB value is (221,11,51). Sum of RGB (Red+Green+Blue) = 221+11+51=283 (37% of max value = 765). Red value is 221 (86.72% from 255 or 78.09% from 283); Green value is 11 (4.69% from 255 or 3.89% from 283); Blue value is 51 (20.31% from 255 or 18.02% from 283); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0B33 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DD0B33 is #22F4CC. Grayscale: #4E4E4E. Windows color (decimal): -2290893 or 3345373. OLE color: 3345373.

HSL color Cylindrical-coordinate representation of color #DD0B33: hue angle of 348.57º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DD0B33 is Cyan = 0, Magento = 0.95, Yellow = 0.77 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 11 51 -
CMYK 0 0.95 0.77 0.13
HSL 348.57º 0.91% 0.45% -
HSV(B) 348.57º 0.95% 0.87% -
XYZ 30.54 15.85 4.58 -
YUV 78.35 112.57 229.75 -
System Red Green Blue C M Y K H S L
Decimal 221 11 51 0 0.95 0.77 0.13 348.57 0.91 0.45
Hex DD B 33 0 5F 4D D 15D 5B 2D
Octal 335 13 63 0 137 115 15 535 133 55
Binary 11011101 1011 110011 0 1011111 1001101 1101 101011101 1011011 101101

Color Harmonies of #DD0B33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD0B33

Black with #DD0B33

Text Example


Text Example

White with #DD0B33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD0B33; }

 p { color: rgb(221,11,51); }

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

background-color css

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

 a { background-color: rgb(221,11,51); }

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

border-color css

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

 span { border-color: rgb(221,11,51); }

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