Html Css Color HEX #DD0B2B Crimson

📋 copy color: '#DD0B2B'

red 221 ◦ green 11 ◦ blue 43

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

Shades of Crimson #DD0B2B

Tints of Crimson #DD0B2B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 15.64%

R = 80.36%
G = 4%
B = 15.64%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.81

 K value IS 0.13

RGB Variations

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

Color information

#DD0B2B (or 0xDD0B2B) is known color: Crimson. HEX triplet: DD, 0B and 2B. RGB value is (221,11,43). Sum of RGB (Red+Green+Blue) = 221+11+43=275 (36% of max value = 765). Red value is 221 (86.72% from 255 or 80.36% from 275); Green value is 11 (4.69% from 255 or 4% from 275); Blue value is 43 (17.19% from 255 or 15.64% from 275); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0B2B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DD0B2B is #22F4D4. Grayscale: #4D4D4D. Windows color (decimal): -2290901 or 2821085. OLE color: 2821085.

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

Color convert

RGB 221 11 43 -
CMYK 0 0.95 0.81 0.13
HSL 350.86º 0.91% 0.45% -
HSV(B) 350.86º 0.95% 0.87% -
XYZ 30.37 15.79 3.73 -
YUV 77.44 108.57 230.4 -
System Red Green Blue C M Y K H S L
Decimal 221 11 43 0 0.95 0.81 0.13 350.86 0.91 0.45
Hex DD B 2B 0 5F 51 D 15F 5B 2D
Octal 335 13 53 0 137 121 15 537 133 55
Binary 11011101 1011 101011 0 1011111 1010001 1101 101011111 1011011 101101

Color Harmonies of #DD0B2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD0B2B

Black with #DD0B2B

Text Example


Text Example

White with #DD0B2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD0B2B; }

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

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

background-color css

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

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

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

border-color css

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

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

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