Html Css Color HEX #DE1F41 Crimson

📋 copy color: '#DE1F41'

red 222 ◦ green 31 ◦ blue 65

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

Shades of Crimson #DE1F41

Tints of Crimson #DE1F41

RGB

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

 GREEN value IS 31 (12.5% from 255) = 9.75%

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

R = 69.81%
G = 9.75%
B = 20.44%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.71

 K value IS 0.13

RGB Variations

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

Color information

#DE1F41 (or 0xDE1F41) is known color: Crimson. HEX triplet: DE, 1F and 41. RGB value is (222,31,65). Sum of RGB (Red+Green+Blue) = 222+31+65=318 (42% of max value = 765). Red value is 222 (87.11% from 255 or 69.81% from 318); Green value is 31 (12.5% from 255 or 9.75% from 318); Blue value is 65 (25.78% from 255 or 20.44% from 318); Max value from RGB is 222 - color contains mainly: red. Hex color #DE1F41 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DE1F41 is #21E0BE. Grayscale: #5C5C5C. Windows color (decimal): -2220223 or 4267998. OLE color: 4267998.

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

Color convert

RGB 222 31 65 -
CMYK 0 0.86 0.71 0.13
HSL 349.32º 0.75% 0.5% -
HSV(B) 349.32º 0.86% 0.87% -
XYZ 31.57 16.89 6.6 -
YUV 91.99 112.78 220.74 -
System Red Green Blue C M Y K H S L
Decimal 222 31 65 0 0.86 0.71 0.13 349.32 0.75 0.5
Hex DE 1F 41 0 56 47 D 15D 4B 32
Octal 336 37 101 0 126 107 15 535 113 62
Binary 11011110 11111 1000001 0 1010110 1000111 1101 101011101 1001011 110010

Color Harmonies of #DE1F41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE1F41

Black with #DE1F41

Text Example


Text Example

White with #DE1F41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE1F41; }

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

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

background-color css

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

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

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

border-color css

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

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

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