Html Css Color HEX #DE1F45 Crimson

📋 copy color: '#DE1F45'

red 222 ◦ green 31 ◦ blue 69

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

Shades of Crimson #DE1F45

Tints of Crimson #DE1F45

RGB

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

 GREEN value IS 31 (12.5% from 255) = 9.63%

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

R = 68.94%
G = 9.63%
B = 21.43%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.69

 K value IS 0.13

RGB Variations

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

Color information

#DE1F45 (or 0xDE1F45) is known color: Crimson. HEX triplet: DE, 1F and 45. RGB value is (222,31,69). Sum of RGB (Red+Green+Blue) = 222+31+69=322 (42% of max value = 765). Red value is 222 (87.11% from 255 or 68.94% from 322); Green value is 31 (12.5% from 255 or 9.63% from 322); Blue value is 69 (27.34% from 255 or 21.43% from 322); Max value from RGB is 222 - color contains mainly: red. Hex color #DE1F45 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DE1F45 is #21E0BA. Grayscale: #5C5C5C. Windows color (decimal): -2220219 or 4530142. OLE color: 4530142.

HSL color Cylindrical-coordinate representation of color #DE1F45: hue angle of 348.06º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DE1F45 is Cyan = 0, Magento = 0.86, Yellow = 0.69 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 31 69 -
CMYK 0 0.86 0.69 0.13
HSL 348.06º 0.75% 0.5% -
HSV(B) 348.06º 0.86% 0.87% -
XYZ 31.69 16.94 7.23 -
YUV 92.44 114.78 220.41 -
System Red Green Blue C M Y K H S L
Decimal 222 31 69 0 0.86 0.69 0.13 348.06 0.75 0.5
Hex DE 1F 45 0 56 45 D 15C 4B 32
Octal 336 37 105 0 126 105 15 534 113 62
Binary 11011110 11111 1000101 0 1010110 1000101 1101 101011100 1001011 110010

Color Harmonies of #DE1F45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE1F45

Black with #DE1F45

Text Example


Text Example

White with #DE1F45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE1F45; }

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

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

background-color css

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

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

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

border-color css

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

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

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