Html Css Color HEX #D0113C Crimson

📋 copy color: '#D0113C'

red 208 ◦ green 17 ◦ blue 60

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

Shades of Crimson #D0113C

Tints of Crimson #D0113C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 21.05%

R = 72.98%
G = 5.96%
B = 21.05%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.71

 K value IS 0.18

RGB Variations

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

Color information

#D0113C (or 0xD0113C) is known color: Crimson. HEX triplet: D0, 11 and 3C. RGB value is (208,17,60). Sum of RGB (Red+Green+Blue) = 208+17+60=285 (37% of max value = 765). Red value is 208 (81.64% from 255 or 72.98% from 285); Green value is 17 (7.03% from 255 or 5.96% from 285); Blue value is 60 (23.83% from 255 or 21.05% from 285); Max value from RGB is 208 - color contains mainly: red. Hex color #D0113C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D0113C is #2FEEC3. Grayscale: #4F4F4F. Windows color (decimal): -3141316 or 3936720. OLE color: 3936720.

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

Color convert

RGB 208 17 60 -
CMYK 0 0.92 0.71 0.18
HSL 346.49º 0.85% 0.44% -
HSV(B) 346.49º 0.92% 0.82% -
XYZ 27.03 14.14 5.58 -
YUV 79.01 117.28 220 -
System Red Green Blue C M Y K H S L
Decimal 208 17 60 0 0.92 0.71 0.18 346.49 0.85 0.44
Hex D0 11 3C 0 5C 47 12 15A 55 2C
Octal 320 21 74 0 134 107 22 532 125 54
Binary 11010000 10001 111100 0 1011100 1000111 10010 101011010 1010101 101100

Color Harmonies of #D0113C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0113C

Black with #D0113C

Text Example


Text Example

White with #D0113C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0113C; }

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

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

background-color css

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

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

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

border-color css

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

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

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