Html Css Color HEX #DE1542 Crimson

📋 copy color: '#DE1542'

red 222 ◦ green 21 ◦ blue 66

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

Shades of Crimson #DE1542

Tints of Crimson #DE1542

RGB

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

 GREEN value IS 21 (8.59% from 255) = 6.8%

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

R = 71.84%
G = 6.8%
B = 21.36%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.70

 K value IS 0.13

RGB Variations

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

Color information

#DE1542 (or 0xDE1542) is known color: Crimson. HEX triplet: DE, 15 and 42. RGB value is (222,21,66). Sum of RGB (Red+Green+Blue) = 222+21+66=309 (40% of max value = 765). Red value is 222 (87.11% from 255 or 71.84% from 309); Green value is 21 (8.59% from 255 or 6.80% from 309); Blue value is 66 (26.17% from 255 or 21.36% from 309); Max value from RGB is 222 - color contains mainly: red. Hex color #DE1542 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DE1542 is #21EABD. Grayscale: #565656. Windows color (decimal): -2222782 or 4330974. OLE color: 4330974.

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

Color convert

RGB 222 21 66 -
CMYK 0 0.91 0.70 0.13
HSL 346.57º 0.83% 0.48% -
HSV(B) 346.57º 0.91% 0.87% -
XYZ 31.38 16.46 6.68 -
YUV 86.23 116.59 224.84 -
System Red Green Blue C M Y K H S L
Decimal 222 21 66 0 0.91 0.70 0.13 346.57 0.83 0.48
Hex DE 15 42 0 5B 46 D 15B 53 30
Octal 336 25 102 0 133 106 15 533 123 60
Binary 11011110 10101 1000010 0 1011011 1000110 1101 101011011 1010011 110000

Color Harmonies of #DE1542

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE1542

Black with #DE1542

Text Example


Text Example

White with #DE1542

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE1542; }

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

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

background-color css

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

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

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

border-color css

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

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

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