Html Css Color HEX #DE1E42 Crimson

📋 copy color: '#DE1E42'

red 222 ◦ green 30 ◦ blue 66

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

Shades of Crimson #DE1E42

Tints of Crimson #DE1E42

RGB

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

 GREEN value IS 30 (12.11% from 255) = 9.43%

 BLUE value IS 66 (26.17% from 255) = 20.75%

R = 69.81%
G = 9.43%
B = 20.75%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.70

 K value IS 0.13

RGB Variations

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

Color information

#DE1E42 (or 0xDE1E42) is known color: Crimson. HEX triplet: DE, 1E and 42. RGB value is (222,30,66). Sum of RGB (Red+Green+Blue) = 222+30+66=318 (42% of max value = 765). Red value is 222 (87.11% from 255 or 69.81% from 318); Green value is 30 (12.11% from 255 or 9.43% from 318); Blue value is 66 (26.17% from 255 or 20.75% from 318); Max value from RGB is 222 - color contains mainly: red. Hex color #DE1E42 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DE1E42 is #21E1BD. Grayscale: #5B5B5B. Windows color (decimal): -2220478 or 4333278. OLE color: 4333278.

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

Color convert

RGB 222 30 66 -
CMYK 0 0.86 0.70 0.13
HSL 348.75º 0.76% 0.49% -
HSV(B) 348.75º 0.86% 0.87% -
XYZ 31.57 16.85 6.74 -
YUV 91.51 113.61 221.07 -
System Red Green Blue C M Y K H S L
Decimal 222 30 66 0 0.86 0.70 0.13 348.75 0.76 0.49
Hex DE 1E 42 0 56 46 D 15D 4C 31
Octal 336 36 102 0 126 106 15 535 114 61
Binary 11011110 11110 1000010 0 1010110 1000110 1101 101011101 1001100 110001

Color Harmonies of #DE1E42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE1E42

Black with #DE1E42

Text Example


Text Example

White with #DE1E42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE1E42; }

 p { color: rgb(222,30,66); }

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

background-color css

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

 a { background-color: rgb(222,30,66); }

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

border-color css

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

 span { border-color: rgb(222,30,66); }

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