Html Css Color HEX #DE0D48 Crimson

📋 copy color: '#DE0D48'

red 222 ◦ green 13 ◦ blue 72

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

Shades of Crimson #DE0D48

Tints of Crimson #DE0D48

RGB

 RED value IS 222 (87.11% from 255) = 72.31%

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

 BLUE value IS 72 (28.52% from 255) = 23.45%

R = 72.31%
G = 4.23%
B = 23.45%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.68

 K value IS 0.13

RGB Variations

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

Color information

#DE0D48 (or 0xDE0D48) is known color: Crimson. HEX triplet: DE, 0D and 48. RGB value is (222,13,72). Sum of RGB (Red+Green+Blue) = 222+13+72=307 (40% of max value = 765). Red value is 222 (87.11% from 255 or 72.31% from 307); Green value is 13 (5.47% from 255 or 4.23% from 307); Blue value is 72 (28.52% from 255 or 23.45% from 307); Max value from RGB is 222 - color contains mainly: red. Hex color #DE0D48 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DE0D48 is #21F2B7. Grayscale: #525252. Windows color (decimal): -2224824 or 4722142. OLE color: 4722142.

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

Color convert

RGB 222 13 72 -
CMYK 0 0.94 0.68 0.13
HSL 343.06º 0.89% 0.46% -
HSV(B) 343.06º 0.94% 0.87% -
XYZ 31.44 16.29 7.62 -
YUV 82.22 122.24 227.7 -
System Red Green Blue C M Y K H S L
Decimal 222 13 72 0 0.94 0.68 0.13 343.06 0.89 0.46
Hex DE D 48 0 5E 44 D 157 59 2E
Octal 336 15 110 0 136 104 15 527 131 56
Binary 11011110 1101 1001000 0 1011110 1000100 1101 101010111 1011001 101110

Color Harmonies of #DE0D48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE0D48

Black with #DE0D48

Text Example


Text Example

White with #DE0D48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE0D48; }

 p { color: rgb(222,13,72); }

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

background-color css

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

 a { background-color: rgb(222,13,72); }

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

border-color css

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

 span { border-color: rgb(222,13,72); }

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