Html Css Color HEX #DE1D40 Crimson

📋 copy color: '#DE1D40'

red 222 ◦ green 29 ◦ blue 64

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

Shades of Crimson #DE1D40

Tints of Crimson #DE1D40

RGB

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

 GREEN value IS 29 (11.72% from 255) = 9.21%

 BLUE value IS 64 (25.39% from 255) = 20.32%

R = 70.48%
G = 9.21%
B = 20.32%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.71

 K value IS 0.13

RGB Variations

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

Color information

#DE1D40 (or 0xDE1D40) is known color: Crimson. HEX triplet: DE, 1D and 40. RGB value is (222,29,64). Sum of RGB (Red+Green+Blue) = 222+29+64=315 (41% of max value = 765). Red value is 222 (87.11% from 255 or 70.48% from 315); Green value is 29 (11.72% from 255 or 9.21% from 315); Blue value is 64 (25.39% from 255 or 20.32% from 315); Max value from RGB is 222 - color contains mainly: red. Hex color #DE1D40 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DE1D40 is #21E2BF. Grayscale: #5A5A5A. Windows color (decimal): -2220736 or 4201950. OLE color: 4201950.

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

Color convert

RGB 222 29 64 -
CMYK 0 0.87 0.71 0.13
HSL 349.12º 0.77% 0.49% -
HSV(B) 349.12º 0.87% 0.87% -
XYZ 31.49 16.78 6.43 -
YUV 90.7 112.94 221.65 -
System Red Green Blue C M Y K H S L
Decimal 222 29 64 0 0.87 0.71 0.13 349.12 0.77 0.49
Hex DE 1D 40 0 57 47 D 15D 4D 31
Octal 336 35 100 0 127 107 15 535 115 61
Binary 11011110 11101 1000000 0 1010111 1000111 1101 101011101 1001101 110001

Color Harmonies of #DE1D40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE1D40

Black with #DE1D40

Text Example


Text Example

White with #DE1D40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE1D40; }

 p { color: rgb(222,29,64); }

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

background-color css

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

 a { background-color: rgb(222,29,64); }

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

border-color css

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

 span { border-color: rgb(222,29,64); }

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