Html Css Color HEX #DD0236 Crimson

📋 copy color: '#DD0236'

red 221 ◦ green 2 ◦ blue 54

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

Shades of Crimson #DD0236

Tints of Crimson #DD0236

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.72%

 BLUE value IS 54 (21.48% from 255) = 19.49%

R = 79.78%
G = 0.72%
B = 19.49%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.76

 K value IS 0.13

RGB Variations

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

Color information

#DD0236 (or 0xDD0236) is known color: Crimson. HEX triplet: DD, 02 and 36. RGB value is (221,2,54). Sum of RGB (Red+Green+Blue) = 221+2+54=277 (36% of max value = 765). Red value is 221 (86.72% from 255 or 79.78% from 277); Green value is 2 (1.17% from 255 or 0.72% from 277); Blue value is 54 (21.48% from 255 or 19.49% from 277); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0236 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DD0236 is #22FDC9. Grayscale: #494949. Windows color (decimal): -2293194 or 3539677. OLE color: 3539677.

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

Color convert

RGB 221 2 54 -
CMYK 0 0.99 0.76 0.13
HSL 345.75º 0.98% 0.44% -
HSV(B) 345.75º 0.99% 0.87% -
XYZ 30.51 15.68 4.91 -
YUV 73.41 117.05 233.27 -
System Red Green Blue C M Y K H S L
Decimal 221 2 54 0 0.99 0.76 0.13 345.75 0.98 0.44
Hex DD 2 36 0 63 4C D 15A 62 2C
Octal 335 2 66 0 143 114 15 532 142 54
Binary 11011101 10 110110 0 1100011 1001100 1101 101011010 1100010 101100

Color Harmonies of #DD0236

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD0236

Black with #DD0236

Text Example


Text Example

White with #DD0236

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD0236; }

 p { color: rgb(221,2,54); }

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

background-color css

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

 a { background-color: rgb(221,2,54); }

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

border-color css

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

 span { border-color: rgb(221,2,54); }

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