Html Css Color HEX #DE163F Crimson

📋 copy color: '#DE163F'

red 222 ◦ green 22 ◦ blue 63

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

Shades of Crimson #DE163F

Tints of Crimson #DE163F

RGB

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

 GREEN value IS 22 (8.98% from 255) = 7.17%

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

R = 72.31%
G = 7.17%
B = 20.52%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.72

 K value IS 0.13

RGB Variations

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

Color information

#DE163F (or 0xDE163F) is known color: Crimson. HEX triplet: DE, 16 and 3F. RGB value is (222,22,63). Sum of RGB (Red+Green+Blue) = 222+22+63=307 (40% of max value = 765). Red value is 222 (87.11% from 255 or 72.31% from 307); Green value is 22 (8.98% from 255 or 7.17% from 307); Blue value is 63 (25% from 255 or 20.52% from 307); Max value from RGB is 222 - color contains mainly: red. Hex color #DE163F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DE163F is #21E9C0. Grayscale: #565656. Windows color (decimal): -2222529 or 4134622. OLE color: 4134622.

HSL color Cylindrical-coordinate representation of color #DE163F: hue angle of 347.7º degrees, saturation: 0.82, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DE163F is Cyan = 0, Magento = 0.90, Yellow = 0.72 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 22 63 -
CMYK 0 0.90 0.72 0.13
HSL 347.7º 0.82% 0.48% -
HSV(B) 347.7º 0.9% 0.87% -
XYZ 31.31 16.46 6.23 -
YUV 86.47 114.76 224.67 -
System Red Green Blue C M Y K H S L
Decimal 222 22 63 0 0.90 0.72 0.13 347.7 0.82 0.48
Hex DE 16 3F 0 5A 48 D 15C 52 30
Octal 336 26 77 0 132 110 15 534 122 60
Binary 11011110 10110 111111 0 1011010 1001000 1101 101011100 1010010 110000

Color Harmonies of #DE163F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE163F

Black with #DE163F

Text Example


Text Example

White with #DE163F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE163F; }

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

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

background-color css

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

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

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

border-color css

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

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

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