Html Css Color HEX #DE0548 Crimson

📋 copy color: '#DE0548'

red 222 ◦ green 5 ◦ blue 72

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

Shades of Crimson #DE0548

Tints of Crimson #DE0548

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.67%

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

R = 74.25%
G = 1.67%
B = 24.08%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.68

 K value IS 0.13

RGB Variations

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

Color information

#DE0548 (or 0xDE0548) is known color: Crimson. HEX triplet: DE, 05 and 48. RGB value is (222,5,72). Sum of RGB (Red+Green+Blue) = 222+5+72=299 (39% of max value = 765). Red value is 222 (87.11% from 255 or 74.25% from 299); Green value is 5 (2.34% from 255 or 1.67% from 299); Blue value is 72 (28.52% from 255 or 24.08% from 299); Max value from RGB is 222 - color contains mainly: red. Hex color #DE0548 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DE0548 is #21FAB7. Grayscale: #4D4D4D. Windows color (decimal): -2226872 or 4720094. OLE color: 4720094.

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

Color convert

RGB 222 5 72 -
CMYK 0 0.98 0.68 0.13
HSL 341.47º 0.96% 0.45% -
HSV(B) 341.47º 0.98% 0.87% -
XYZ 31.35 16.11 7.59 -
YUV 77.52 124.89 231.05 -
System Red Green Blue C M Y K H S L
Decimal 222 5 72 0 0.98 0.68 0.13 341.47 0.96 0.45
Hex DE 5 48 0 62 44 D 155 60 2D
Octal 336 5 110 0 142 104 15 525 140 55
Binary 11011110 101 1001000 0 1100010 1000100 1101 101010101 1100000 101101

Color Harmonies of #DE0548

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE0548

Black with #DE0548

Text Example


Text Example

White with #DE0548

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE0548; }

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

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

background-color css

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

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

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

border-color css

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

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

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