Html Css Color HEX #DD0F2A Crimson

📋 copy color: '#DD0F2A'

red 221 ◦ green 15 ◦ blue 42

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

Shades of Crimson #DD0F2A

Tints of Crimson #DD0F2A

RGB

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

 GREEN value IS 15 (6.25% from 255) = 5.4%

 BLUE value IS 42 (16.8% from 255) = 15.11%

R = 79.5%
G = 5.4%
B = 15.11%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.81

 K value IS 0.13

RGB Variations

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

Color information

#DD0F2A (or 0xDD0F2A) is known color: Crimson. HEX triplet: DD, 0F and 2A. RGB value is (221,15,42). Sum of RGB (Red+Green+Blue) = 221+15+42=278 (36% of max value = 765). Red value is 221 (86.72% from 255 or 79.50% from 278); Green value is 15 (6.25% from 255 or 5.40% from 278); Blue value is 42 (16.80% from 255 or 15.11% from 278); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0F2A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DD0F2A is #22F0D5. Grayscale: #4F4F4F. Windows color (decimal): -2289878 or 2756573. OLE color: 2756573.

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

Color convert

RGB 221 15 42 -
CMYK 0 0.93 0.81 0.13
HSL 352.14º 0.87% 0.46% -
HSV(B) 352.14º 0.93% 0.87% -
XYZ 30.41 15.88 3.65 -
YUV 79.67 106.75 228.8 -
System Red Green Blue C M Y K H S L
Decimal 221 15 42 0 0.93 0.81 0.13 352.14 0.87 0.46
Hex DD F 2A 0 5D 51 D 160 57 2E
Octal 335 17 52 0 135 121 15 540 127 56
Binary 11011101 1111 101010 0 1011101 1010001 1101 101100000 1010111 101110

Color Harmonies of #DD0F2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD0F2A

Black with #DD0F2A

Text Example


Text Example

White with #DD0F2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD0F2A; }

 p { color: rgb(221,15,42); }

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

background-color css

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

 a { background-color: rgb(221,15,42); }

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

border-color css

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

 span { border-color: rgb(221,15,42); }

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