Html Css Color HEX #DE1344 Crimson

📋 copy color: '#DE1344'

red 222 ◦ green 19 ◦ blue 68

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

Shades of Crimson #DE1344

Tints of Crimson #DE1344

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 22.01%

R = 71.84%
G = 6.15%
B = 22.01%

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

#DE1344 (or 0xDE1344) is known color: Crimson. HEX triplet: DE, 13 and 44. RGB value is (222,19,68). Sum of RGB (Red+Green+Blue) = 222+19+68=309 (40% of max value = 765). Red value is 222 (87.11% from 255 or 71.84% from 309); Green value is 19 (7.81% from 255 or 6.15% from 309); Blue value is 68 (26.95% from 255 or 22.01% from 309); Max value from RGB is 222 - color contains mainly: red. Hex color #DE1344 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DE1344 is #21ECBB. Grayscale: #555555. Windows color (decimal): -2223292 or 4461534. OLE color: 4461534.

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

Color convert

RGB 222 19 68 -
CMYK 0 0.91 0.69 0.13
HSL 345.52º 0.84% 0.47% -
HSV(B) 345.52º 0.91% 0.87% -
XYZ 31.4 16.41 6.98 -
YUV 85.28 118.25 225.52 -
System Red Green Blue C M Y K H S L
Decimal 222 19 68 0 0.91 0.69 0.13 345.52 0.84 0.47
Hex DE 13 44 0 5B 45 D 15A 54 2F
Octal 336 23 104 0 133 105 15 532 124 57
Binary 11011110 10011 1000100 0 1011011 1000101 1101 101011010 1010100 101111

Color Harmonies of #DE1344

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE1344

Black with #DE1344

Text Example


Text Example

White with #DE1344

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE1344; }

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

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

background-color css

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

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

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

border-color css

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

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

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