Html Css Color HEX #DE0041 Crimson

📋 copy color: '#DE0041'

red 222 ◦ green 0 ◦ blue 65

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

Shades of Crimson #DE0041

Tints of Crimson #DE0041

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 77.35%
G = 0%
B = 22.65%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.71

 K value IS 0.13

RGB Variations

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

Color information

#DE0041 (or 0xDE0041) is known color: Crimson. HEX triplet: DE, 00 and 41. RGB value is (222,0,65). Sum of RGB (Red+Green+Blue) = 222+0+65=287 (38% of max value = 765). Red value is 222 (87.11% from 255 or 77.35% from 287); Green value is 0 (0.39% from 255 or 0% from 287); Blue value is 65 (25.78% from 255 or 22.65% from 287); Max value from RGB is 222 - color contains mainly: red. Hex color #DE0041 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DE0041 is #21FFBE. Grayscale: #494949. Windows color (decimal): -2228159 or 4260062. OLE color: 4260062.

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

Color convert

RGB 222 0 65 -
CMYK 0 1 0.71 0.13
HSL 342.43º 1% 0.44% -
HSV(B) 342.43º 1% 0.87% -
XYZ 31.08 15.91 6.43 -
YUV 73.79 123.05 233.71 -
System Red Green Blue C M Y K H S L
Decimal 222 0 65 0 1 0.71 0.13 342.43 1 0.44
Hex DE 0 41 0 64 47 D 156 64 2C
Octal 336 0 101 0 144 107 15 526 144 54
Binary 11011110 0 1000001 0 1100100 1000111 1101 101010110 1100100 101100

Color Harmonies of #DE0041

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE0041

Black with #DE0041

Text Example


Text Example

White with #DE0041

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE0041; }

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

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

background-color css

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

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

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

border-color css

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

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

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