Html Css Color HEX #DD0B3A Crimson

📋 copy color: '#DD0B3A'

red 221 ◦ green 11 ◦ blue 58

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

Shades of Crimson #DD0B3A

Tints of Crimson #DD0B3A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 20%

R = 76.21%
G = 3.79%
B = 20%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.74

 K value IS 0.13

RGB Variations

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

Color information

#DD0B3A (or 0xDD0B3A) is known color: Crimson. HEX triplet: DD, 0B and 3A. RGB value is (221,11,58). Sum of RGB (Red+Green+Blue) = 221+11+58=290 (38% of max value = 765). Red value is 221 (86.72% from 255 or 76.21% from 290); Green value is 11 (4.69% from 255 or 3.79% from 290); Blue value is 58 (23.05% from 255 or 20% from 290); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0B3A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DD0B3A is #22F4C5. Grayscale: #4F4F4F. Windows color (decimal): -2290886 or 3804125. OLE color: 3804125.

HSL color Cylindrical-coordinate representation of color #DD0B3A: hue angle of 346.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 #DD0B3A is Cyan = 0, Magento = 0.95, Yellow = 0.74 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 11 58 -
CMYK 0 0.95 0.74 0.13
HSL 346.57º 0.91% 0.45% -
HSV(B) 346.57º 0.95% 0.87% -
XYZ 30.7 15.92 5.46 -
YUV 79.15 116.07 229.18 -
System Red Green Blue C M Y K H S L
Decimal 221 11 58 0 0.95 0.74 0.13 346.57 0.91 0.45
Hex DD B 3A 0 5F 4A D 15B 5B 2D
Octal 335 13 72 0 137 112 15 533 133 55
Binary 11011101 1011 111010 0 1011111 1001010 1101 101011011 1011011 101101

Color Harmonies of #DD0B3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD0B3A

Black with #DD0B3A

Text Example


Text Example

White with #DD0B3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD0B3A; }

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

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

background-color css

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

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

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

border-color css

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

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

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