Html Css Color HEX #D0193C Crimson

📋 copy color: '#D0193C'

red 208 ◦ green 25 ◦ blue 60

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

Shades of Crimson #D0193C

Tints of Crimson #D0193C

RGB

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

 GREEN value IS 25 (10.16% from 255) = 8.53%

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

R = 70.99%
G = 8.53%
B = 20.48%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.71

 K value IS 0.18

RGB Variations

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

Color information

#D0193C (or 0xD0193C) is known color: Crimson. HEX triplet: D0, 19 and 3C. RGB value is (208,25,60). Sum of RGB (Red+Green+Blue) = 208+25+60=293 (38% of max value = 765). Red value is 208 (81.64% from 255 or 70.99% from 293); Green value is 25 (10.16% from 255 or 8.53% from 293); Blue value is 60 (23.83% from 255 or 20.48% from 293); Max value from RGB is 208 - color contains mainly: red. Hex color #D0193C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D0193C is #2FE6C3. Grayscale: #535353. Windows color (decimal): -3139268 or 3938768. OLE color: 3938768.

HSL color Cylindrical-coordinate representation of color #D0193C: hue angle of 348.52º degrees, saturation: 0.79, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D0193C is Cyan = 0, Magento = 0.88, Yellow = 0.71 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 25 60 -
CMYK 0 0.88 0.71 0.18
HSL 348.52º 0.79% 0.46% -
HSV(B) 348.52º 0.88% 0.82% -
XYZ 27.18 14.43 5.63 -
YUV 83.71 114.63 216.65 -
System Red Green Blue C M Y K H S L
Decimal 208 25 60 0 0.88 0.71 0.18 348.52 0.79 0.46
Hex D0 19 3C 0 58 47 12 15D 4F 2E
Octal 320 31 74 0 130 107 22 535 117 56
Binary 11010000 11001 111100 0 1011000 1000111 10010 101011101 1001111 101110

Color Harmonies of #D0193C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0193C

Black with #D0193C

Text Example


Text Example

White with #D0193C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0193C; }

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

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

background-color css

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

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

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

border-color css

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

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

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