Html Css Color HEX #D0113B Crimson

📋 copy color: '#D0113B'

red 208 ◦ green 17 ◦ blue 59

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

Shades of Crimson #D0113B

Tints of Crimson #D0113B

RGB

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

 GREEN value IS 17 (7.03% from 255) = 5.99%

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

R = 73.24%
G = 5.99%
B = 20.77%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.72

 K value IS 0.18

RGB Variations

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

Color information

#D0113B (or 0xD0113B) is known color: Crimson. HEX triplet: D0, 11 and 3B. RGB value is (208,17,59). Sum of RGB (Red+Green+Blue) = 208+17+59=284 (37% of max value = 765). Red value is 208 (81.64% from 255 or 73.24% from 284); Green value is 17 (7.03% from 255 or 5.99% from 284); Blue value is 59 (23.44% from 255 or 20.77% from 284); Max value from RGB is 208 - color contains mainly: red. Hex color #D0113B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D0113B is #2FEEC4. Grayscale: #4E4E4E. Windows color (decimal): -3141317 or 3871184. OLE color: 3871184.

HSL color Cylindrical-coordinate representation of color #D0113B: hue angle of 346.81º degrees, saturation: 0.85, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D0113B is Cyan = 0, Magento = 0.92, Yellow = 0.72 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 17 59 -
CMYK 0 0.92 0.72 0.18
HSL 346.81º 0.85% 0.44% -
HSV(B) 346.81º 0.92% 0.82% -
XYZ 27 14.13 5.44 -
YUV 78.9 116.78 220.08 -
System Red Green Blue C M Y K H S L
Decimal 208 17 59 0 0.92 0.72 0.18 346.81 0.85 0.44
Hex D0 11 3B 0 5C 48 12 15B 55 2C
Octal 320 21 73 0 134 110 22 533 125 54
Binary 11010000 10001 111011 0 1011100 1001000 10010 101011011 1010101 101100

Color Harmonies of #D0113B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0113B

Black with #D0113B

Text Example


Text Example

White with #D0113B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0113B; }

 p { color: rgb(208,17,59); }

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

background-color css

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

 a { background-color: rgb(208,17,59); }

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

border-color css

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

 span { border-color: rgb(208,17,59); }

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