Html Css Color HEX #DE1546 Crimson

📋 copy color: '#DE1546'

red 222 ◦ green 21 ◦ blue 70

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

Shades of Crimson #DE1546

Tints of Crimson #DE1546

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 22.36%

R = 70.93%
G = 6.71%
B = 22.36%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.68

 K value IS 0.13

RGB Variations

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

Color information

#DE1546 (or 0xDE1546) is known color: Crimson. HEX triplet: DE, 15 and 46. RGB value is (222,21,70). Sum of RGB (Red+Green+Blue) = 222+21+70=313 (41% of max value = 765). Red value is 222 (87.11% from 255 or 70.93% from 313); Green value is 21 (8.59% from 255 or 6.71% from 313); Blue value is 70 (27.73% from 255 or 22.36% from 313); Max value from RGB is 222 - color contains mainly: red. Hex color #DE1546 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DE1546 is #21EAB9. Grayscale: #565656. Windows color (decimal): -2222778 or 4593118. OLE color: 4593118.

HSL color Cylindrical-coordinate representation of color #DE1546: hue angle of 345.37º 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 #DE1546 is Cyan = 0, Magento = 0.91, Yellow = 0.68 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 21 70 -
CMYK 0 0.91 0.68 0.13
HSL 345.37º 0.83% 0.48% -
HSV(B) 345.37º 0.91% 0.87% -
XYZ 31.5 16.51 7.32 -
YUV 86.69 118.59 224.52 -
System Red Green Blue C M Y K H S L
Decimal 222 21 70 0 0.91 0.68 0.13 345.37 0.83 0.48
Hex DE 15 46 0 5B 44 D 159 53 30
Octal 336 25 106 0 133 104 15 531 123 60
Binary 11011110 10101 1000110 0 1011011 1000100 1101 101011001 1010011 110000

Color Harmonies of #DE1546

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE1546

Black with #DE1546

Text Example


Text Example

White with #DE1546

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE1546; }

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

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

background-color css

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

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

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

border-color css

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

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

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