Html Css Color HEX #DD0A2D Crimson

📋 copy color: '#DD0A2D'

red 221 ◦ green 10 ◦ blue 45

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

Shades of Crimson #DD0A2D

Tints of Crimson #DD0A2D

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.62%

 BLUE value IS 45 (17.97% from 255) = 16.3%

R = 80.07%
G = 3.62%
B = 16.3%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.80

 K value IS 0.13

RGB Variations

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

Color information

#DD0A2D (or 0xDD0A2D) is known color: Crimson. HEX triplet: DD, 0A and 2D. RGB value is (221,10,45). Sum of RGB (Red+Green+Blue) = 221+10+45=276 (36% of max value = 765). Red value is 221 (86.72% from 255 or 80.07% from 276); Green value is 10 (4.30% from 255 or 3.62% from 276); Blue value is 45 (17.97% from 255 or 16.30% from 276); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0A2D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DD0A2D is #22F5D2. Grayscale: #4D4D4D. Windows color (decimal): -2291155 or 2951901. OLE color: 2951901.

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

Color convert

RGB 221 10 45 -
CMYK 0 0.95 0.80 0.13
HSL 350.05º 0.91% 0.45% -
HSV(B) 350.05º 0.95% 0.87% -
XYZ 30.4 15.78 3.93 -
YUV 77.08 109.9 230.65 -
System Red Green Blue C M Y K H S L
Decimal 221 10 45 0 0.95 0.80 0.13 350.05 0.91 0.45
Hex DD A 2D 0 5F 50 D 15E 5B 2D
Octal 335 12 55 0 137 120 15 536 133 55
Binary 11011101 1010 101101 0 1011111 1010000 1101 101011110 1011011 101101

Color Harmonies of #DD0A2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD0A2D

Black with #DD0A2D

Text Example


Text Example

White with #DD0A2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD0A2D; }

 p { color: rgb(221,10,45); }

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

background-color css

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

 a { background-color: rgb(221,10,45); }

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

border-color css

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

 span { border-color: rgb(221,10,45); }

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