Html Css Color HEX #DE1346 Crimson

📋 copy color: '#DE1346'

red 222 ◦ green 19 ◦ blue 70

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

Shades of Crimson #DE1346

Tints of Crimson #DE1346

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.11%

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

R = 71.38%
G = 6.11%
B = 22.51%

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

#DE1346 (or 0xDE1346) is known color: Crimson. HEX triplet: DE, 13 and 46. RGB value is (222,19,70). Sum of RGB (Red+Green+Blue) = 222+19+70=311 (41% of max value = 765). Red value is 222 (87.11% from 255 or 71.38% from 311); Green value is 19 (7.81% from 255 or 6.11% from 311); Blue value is 70 (27.73% from 255 or 22.51% from 311); Max value from RGB is 222 - color contains mainly: red. Hex color #DE1346 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DE1346 is #21ECB9. Grayscale: #555555. Windows color (decimal): -2223290 or 4592606. OLE color: 4592606.

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

Color convert

RGB 222 19 70 -
CMYK 0 0.91 0.68 0.13
HSL 344.93º 0.84% 0.47% -
HSV(B) 344.93º 0.91% 0.87% -
XYZ 31.46 16.44 7.31 -
YUV 85.51 119.25 225.35 -
System Red Green Blue C M Y K H S L
Decimal 222 19 70 0 0.91 0.68 0.13 344.93 0.84 0.47
Hex DE 13 46 0 5B 44 D 159 54 2F
Octal 336 23 106 0 133 104 15 531 124 57
Binary 11011110 10011 1000110 0 1011011 1000100 1101 101011001 1010100 101111

Color Harmonies of #DE1346

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE1346

Black with #DE1346

Text Example


Text Example

White with #DE1346

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE1346; }

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

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

background-color css

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

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

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

border-color css

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

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

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