Html Css Color HEX #DE0541 Crimson

📋 copy color: '#DE0541'

red 222 ◦ green 5 ◦ blue 65

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

Shades of Crimson #DE0541

Tints of Crimson #DE0541

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 22.26%

R = 76.03%
G = 1.71%
B = 22.26%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.71

 K value IS 0.13

RGB Variations

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

Color information

#DE0541 (or 0xDE0541) is known color: Crimson. HEX triplet: DE, 05 and 41. RGB value is (222,5,65). Sum of RGB (Red+Green+Blue) = 222+5+65=292 (38% of max value = 765). Red value is 222 (87.11% from 255 or 76.03% from 292); Green value is 5 (2.34% from 255 or 1.71% from 292); Blue value is 65 (25.78% from 255 or 22.26% from 292); Max value from RGB is 222 - color contains mainly: red. Hex color #DE0541 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DE0541 is #21FABE. Grayscale: #4C4C4C. Windows color (decimal): -2226879 or 4261342. OLE color: 4261342.

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

Color convert

RGB 222 5 65 -
CMYK 0 0.98 0.71 0.13
HSL 343.41º 0.96% 0.45% -
HSV(B) 343.41º 0.98% 0.87% -
XYZ 31.13 16.02 6.45 -
YUV 76.72 121.39 231.62 -
System Red Green Blue C M Y K H S L
Decimal 222 5 65 0 0.98 0.71 0.13 343.41 0.96 0.45
Hex DE 5 41 0 62 47 D 157 60 2D
Octal 336 5 101 0 142 107 15 527 140 55
Binary 11011110 101 1000001 0 1100010 1000111 1101 101010111 1100000 101101

Color Harmonies of #DE0541

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE0541

Black with #DE0541

Text Example


Text Example

White with #DE0541

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE0541; }

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

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

background-color css

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

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

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

border-color css

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

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

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