Html Css Color HEX #DE163B Crimson

📋 copy color: '#DE163B'

red 222 ◦ green 22 ◦ blue 59

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

Shades of Crimson #DE163B

Tints of Crimson #DE163B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 19.47%

R = 73.27%
G = 7.26%
B = 19.47%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.73

 K value IS 0.13

RGB Variations

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

Color information

#DE163B (or 0xDE163B) is known color: Crimson. HEX triplet: DE, 16 and 3B. RGB value is (222,22,59). Sum of RGB (Red+Green+Blue) = 222+22+59=303 (40% of max value = 765). Red value is 222 (87.11% from 255 or 73.27% from 303); Green value is 22 (8.98% from 255 or 7.26% from 303); Blue value is 59 (23.44% from 255 or 19.47% from 303); Max value from RGB is 222 - color contains mainly: red. Hex color #DE163B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DE163B is #21E9C4. Grayscale: #565656. Windows color (decimal): -2222533 or 3872478. OLE color: 3872478.

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

Color convert

RGB 222 22 59 -
CMYK 0 0.90 0.73 0.13
HSL 348.9º 0.82% 0.48% -
HSV(B) 348.9º 0.9% 0.87% -
XYZ 31.2 16.42 5.66 -
YUV 86.02 112.76 224.99 -
System Red Green Blue C M Y K H S L
Decimal 222 22 59 0 0.90 0.73 0.13 348.9 0.82 0.48
Hex DE 16 3B 0 5A 49 D 15D 52 30
Octal 336 26 73 0 132 111 15 535 122 60
Binary 11011110 10110 111011 0 1011010 1001001 1101 101011101 1010010 110000

Color Harmonies of #DE163B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE163B

Black with #DE163B

Text Example


Text Example

White with #DE163B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE163B; }

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

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

background-color css

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

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

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

border-color css

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

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

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