Html Css Color HEX #DE0531 Crimson

📋 copy color: '#DE0531'

red 222 ◦ green 5 ◦ blue 49

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

Shades of Crimson #DE0531

Tints of Crimson #DE0531

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 17.75%

R = 80.43%
G = 1.81%
B = 17.75%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.78

 K value IS 0.13

RGB Variations

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

Color information

#DE0531 (or 0xDE0531) is known color: Crimson. HEX triplet: DE, 05 and 31. RGB value is (222,5,49). Sum of RGB (Red+Green+Blue) = 222+5+49=276 (36% of max value = 765). Red value is 222 (87.11% from 255 or 80.43% from 276); Green value is 5 (2.34% from 255 or 1.81% from 276); Blue value is 49 (19.53% from 255 or 17.75% from 276); Max value from RGB is 222 - color contains mainly: red. Hex color #DE0531 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DE0531 is #21FACE. Grayscale: #4A4A4A. Windows color (decimal): -2226895 or 3212766. OLE color: 3212766.

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

Color convert

RGB 222 5 49 -
CMYK 0 0.98 0.78 0.13
HSL 347.83º 0.96% 0.45% -
HSV(B) 347.83º 0.98% 0.87% -
XYZ 30.73 15.86 4.35 -
YUV 74.9 113.39 232.92 -
System Red Green Blue C M Y K H S L
Decimal 222 5 49 0 0.98 0.78 0.13 347.83 0.96 0.45
Hex DE 5 31 0 62 4E D 15C 60 2D
Octal 336 5 61 0 142 116 15 534 140 55
Binary 11011110 101 110001 0 1100010 1001110 1101 101011100 1100000 101101

Color Harmonies of #DE0531

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE0531

Black with #DE0531

Text Example


Text Example

White with #DE0531

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE0531; }

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

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

background-color css

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

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

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

border-color css

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

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

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