Html Css Color HEX #D0163D Crimson

📋 copy color: '#D0163D'

red 208 ◦ green 22 ◦ blue 61

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

Shades of Crimson #D0163D

Tints of Crimson #D0163D

RGB

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

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

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

R = 71.48%
G = 7.56%
B = 20.96%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.71

 K value IS 0.18

RGB Variations

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

Color information

#D0163D (or 0xD0163D) is known color: Crimson. HEX triplet: D0, 16 and 3D. RGB value is (208,22,61). Sum of RGB (Red+Green+Blue) = 208+22+61=291 (38% of max value = 765). Red value is 208 (81.64% from 255 or 71.48% from 291); Green value is 22 (8.98% from 255 or 7.56% from 291); Blue value is 61 (24.22% from 255 or 20.96% from 291); Max value from RGB is 208 - color contains mainly: red. Hex color #D0163D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D0163D is #2FE9C2. Grayscale: #525252. Windows color (decimal): -3140035 or 4003536. OLE color: 4003536.

HSL color Cylindrical-coordinate representation of color #D0163D: hue angle of 347.42º 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 #D0163D is Cyan = 0, Magento = 0.89, Yellow = 0.71 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 22 61 -
CMYK 0 0.89 0.71 0.18
HSL 347.42º 0.81% 0.45% -
HSV(B) 347.42º 0.89% 0.82% -
XYZ 27.14 14.32 5.75 -
YUV 82.06 116.12 217.83 -
System Red Green Blue C M Y K H S L
Decimal 208 22 61 0 0.89 0.71 0.18 347.42 0.81 0.45
Hex D0 16 3D 0 59 47 12 15B 51 2D
Octal 320 26 75 0 131 107 22 533 121 55
Binary 11010000 10110 111101 0 1011001 1000111 10010 101011011 1010001 101101

Color Harmonies of #D0163D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0163D

Black with #D0163D

Text Example


Text Example

White with #D0163D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0163D; }

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

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

background-color css

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

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

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

border-color css

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

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

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