Html Css Color HEX #DE1F3F Crimson

📋 copy color: '#DE1F3F'

red 222 ◦ green 31 ◦ blue 63

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

Shades of Crimson #DE1F3F

Tints of Crimson #DE1F3F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 19.94%

R = 70.25%
G = 9.81%
B = 19.94%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.72

 K value IS 0.13

RGB Variations

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

Color information

#DE1F3F (or 0xDE1F3F) is known color: Crimson. HEX triplet: DE, 1F and 3F. RGB value is (222,31,63). Sum of RGB (Red+Green+Blue) = 222+31+63=316 (41% of max value = 765). Red value is 222 (87.11% from 255 or 70.25% from 316); Green value is 31 (12.5% from 255 or 9.81% from 316); Blue value is 63 (25% from 255 or 19.94% from 316); Max value from RGB is 222 - color contains mainly: red. Hex color #DE1F3F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DE1F3F is #21E0C0. Grayscale: #5B5B5B. Windows color (decimal): -2220225 or 4136926. OLE color: 4136926.

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

Color convert

RGB 222 31 63 -
CMYK 0 0.86 0.72 0.13
HSL 349.95º 0.75% 0.5% -
HSV(B) 349.95º 0.86% 0.87% -
XYZ 31.51 16.87 6.3 -
YUV 91.76 111.78 220.9 -
System Red Green Blue C M Y K H S L
Decimal 222 31 63 0 0.86 0.72 0.13 349.95 0.75 0.5
Hex DE 1F 3F 0 56 48 D 15E 4B 32
Octal 336 37 77 0 126 110 15 536 113 62
Binary 11011110 11111 111111 0 1010110 1001000 1101 101011110 1001011 110010

Color Harmonies of #DE1F3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE1F3F

Black with #DE1F3F

Text Example


Text Example

White with #DE1F3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE1F3F; }

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

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

background-color css

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

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

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

border-color css

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

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

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