Html Css Color HEX #D0163E Crimson

📋 copy color: '#D0163E'

red 208 ◦ green 22 ◦ blue 62

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

Shades of Crimson #D0163E

Tints of Crimson #D0163E

RGB

 RED value IS 208 (81.64% from 255) = 71.23%

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

 BLUE value IS 62 (24.61% from 255) = 21.23%

R = 71.23%
G = 7.53%
B = 21.23%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.70

 K value IS 0.18

RGB Variations

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

Color information

#D0163E (or 0xD0163E) is known color: Crimson. HEX triplet: D0, 16 and 3E. RGB value is (208,22,62). Sum of RGB (Red+Green+Blue) = 208+22+62=292 (38% of max value = 765). Red value is 208 (81.64% from 255 or 71.23% from 292); Green value is 22 (8.98% from 255 or 7.53% from 292); Blue value is 62 (24.61% from 255 or 21.23% from 292); Max value from RGB is 208 - color contains mainly: red. Hex color #D0163E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D0163E is #2FE9C1. Grayscale: #525252. Windows color (decimal): -3140034 or 4069072. OLE color: 4069072.

HSL color Cylindrical-coordinate representation of color #D0163E: hue angle of 347.1º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D0163E is Cyan = 0, Magento = 0.89, Yellow = 0.70 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 22 62 -
CMYK 0 0.89 0.70 0.18
HSL 347.1º 0.81% 0.45% -
HSV(B) 347.1º 0.89% 0.82% -
XYZ 27.17 14.33 5.89 -
YUV 82.17 116.62 217.75 -
System Red Green Blue C M Y K H S L
Decimal 208 22 62 0 0.89 0.70 0.18 347.1 0.81 0.45
Hex D0 16 3E 0 59 46 12 15B 51 2D
Octal 320 26 76 0 131 106 22 533 121 55
Binary 11010000 10110 111110 0 1011001 1000110 10010 101011011 1010001 101101

Color Harmonies of #D0163E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0163E

Black with #D0163E

Text Example


Text Example

White with #D0163E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0163E; }

 p { color: rgb(208,22,62); }

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

background-color css

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

 a { background-color: rgb(208,22,62); }

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

border-color css

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

 span { border-color: rgb(208,22,62); }

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