Html Css Color HEX #DE163D Crimson

📋 copy color: '#DE163D'

red 222 ◦ green 22 ◦ blue 61

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

Shades of Crimson #DE163D

Tints of Crimson #DE163D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 20%

R = 72.79%
G = 7.21%
B = 20%

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

#DE163D (or 0xDE163D) is known color: Crimson. HEX triplet: DE, 16 and 3D. RGB value is (222,22,61). Sum of RGB (Red+Green+Blue) = 222+22+61=305 (40% of max value = 765). Red value is 222 (87.11% from 255 or 72.79% from 305); Green value is 22 (8.98% from 255 or 7.21% from 305); Blue value is 61 (24.22% from 255 or 20% from 305); Max value from RGB is 222 - color contains mainly: red. Hex color #DE163D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DE163D is #21E9C2. Grayscale: #565656. Windows color (decimal): -2222531 or 4003550. OLE color: 4003550.

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

Color convert

RGB 222 22 61 -
CMYK 0 0.90 0.73 0.13
HSL 348.3º 0.82% 0.48% -
HSV(B) 348.3º 0.9% 0.87% -
XYZ 31.25 16.44 5.94 -
YUV 86.25 113.76 224.83 -
System Red Green Blue C M Y K H S L
Decimal 222 22 61 0 0.90 0.73 0.13 348.3 0.82 0.48
Hex DE 16 3D 0 5A 49 D 15C 52 30
Octal 336 26 75 0 132 111 15 534 122 60
Binary 11011110 10110 111101 0 1011010 1001001 1101 101011100 1010010 110000

Color Harmonies of #DE163D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE163D

Black with #DE163D

Text Example


Text Example

White with #DE163D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE163D; }

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

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

background-color css

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

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

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

border-color css

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

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

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