Html Css Color HEX #DE1345 Crimson

📋 copy color: '#DE1345'

red 222 ◦ green 19 ◦ blue 69

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

Shades of Crimson #DE1345

Tints of Crimson #DE1345

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 22.26%

R = 71.61%
G = 6.13%
B = 22.26%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.69

 K value IS 0.13

RGB Variations

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

Color information

#DE1345 (or 0xDE1345) is known color: Crimson. HEX triplet: DE, 13 and 45. RGB value is (222,19,69). Sum of RGB (Red+Green+Blue) = 222+19+69=310 (41% of max value = 765). Red value is 222 (87.11% from 255 or 71.61% from 310); Green value is 19 (7.81% from 255 or 6.13% from 310); Blue value is 69 (27.34% from 255 or 22.26% from 310); Max value from RGB is 222 - color contains mainly: red. Hex color #DE1345 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DE1345 is #21ECBA. Grayscale: #555555. Windows color (decimal): -2223291 or 4527070. OLE color: 4527070.

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

Color convert

RGB 222 19 69 -
CMYK 0 0.91 0.69 0.13
HSL 345.22º 0.84% 0.47% -
HSV(B) 345.22º 0.91% 0.87% -
XYZ 31.43 16.43 7.14 -
YUV 85.4 118.75 225.43 -
System Red Green Blue C M Y K H S L
Decimal 222 19 69 0 0.91 0.69 0.13 345.22 0.84 0.47
Hex DE 13 45 0 5B 45 D 159 54 2F
Octal 336 23 105 0 133 105 15 531 124 57
Binary 11011110 10011 1000101 0 1011011 1000101 1101 101011001 1010100 101111

Color Harmonies of #DE1345

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE1345

Black with #DE1345

Text Example


Text Example

White with #DE1345

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE1345; }

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

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

background-color css

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

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

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

border-color css

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

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

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