Html Css Color HEX #DD0D35 Crimson

📋 copy color: '#DD0D35'

red 221 ◦ green 13 ◦ blue 53

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

Shades of Crimson #DD0D35

Tints of Crimson #DD0D35

RGB

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

 GREEN value IS 13 (5.47% from 255) = 4.53%

 BLUE value IS 53 (21.09% from 255) = 18.47%

R = 77%
G = 4.53%
B = 18.47%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.76

 K value IS 0.13

RGB Variations

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

Color information

#DD0D35 (or 0xDD0D35) is known color: Crimson. HEX triplet: DD, 0D and 35. RGB value is (221,13,53). Sum of RGB (Red+Green+Blue) = 221+13+53=287 (38% of max value = 765). Red value is 221 (86.72% from 255 or 77.00% from 287); Green value is 13 (5.47% from 255 or 4.53% from 287); Blue value is 53 (21.09% from 255 or 18.47% from 287); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0D35 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DD0D35 is #22F2CA. Grayscale: #4F4F4F. Windows color (decimal): -2290379 or 3476957. OLE color: 3476957.

HSL color Cylindrical-coordinate representation of color #DD0D35: hue angle of 348.46º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DD0D35 is Cyan = 0, Magento = 0.94, Yellow = 0.76 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 13 53 -
CMYK 0 0.94 0.76 0.13
HSL 348.46º 0.89% 0.46% -
HSV(B) 348.46º 0.94% 0.87% -
XYZ 30.61 15.92 4.83 -
YUV 79.75 112.91 228.75 -
System Red Green Blue C M Y K H S L
Decimal 221 13 53 0 0.94 0.76 0.13 348.46 0.89 0.46
Hex DD D 35 0 5E 4C D 15C 59 2E
Octal 335 15 65 0 136 114 15 534 131 56
Binary 11011101 1101 110101 0 1011110 1001100 1101 101011100 1011001 101110

Color Harmonies of #DD0D35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD0D35

Black with #DD0D35

Text Example


Text Example

White with #DD0D35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD0D35; }

 p { color: rgb(221,13,53); }

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

background-color css

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

 a { background-color: rgb(221,13,53); }

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

border-color css

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

 span { border-color: rgb(221,13,53); }

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