Html Css Color HEX #D0194E Crimson

📋 copy color: '#D0194E'

red 208 ◦ green 25 ◦ blue 78

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

Shades of Crimson #D0194E

Tints of Crimson #D0194E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 25.08%

R = 66.88%
G = 8.04%
B = 25.08%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.62

 K value IS 0.18

RGB Variations

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

Color information

#D0194E (or 0xD0194E) is known color: Crimson. HEX triplet: D0, 19 and 4E. RGB value is (208,25,78). Sum of RGB (Red+Green+Blue) = 208+25+78=311 (41% of max value = 765). Red value is 208 (81.64% from 255 or 66.88% from 311); Green value is 25 (10.16% from 255 or 8.04% from 311); Blue value is 78 (30.86% from 255 or 25.08% from 311); Max value from RGB is 208 - color contains mainly: red. Hex color #D0194E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D0194E is #2FE6B1. Grayscale: #555555. Windows color (decimal): -3139250 or 5118416. OLE color: 5118416.

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

Color convert

RGB 208 25 78 -
CMYK 0 0.88 0.62 0.18
HSL 342.62º 0.79% 0.46% -
HSV(B) 342.62º 0.88% 0.82% -
XYZ 27.74 14.66 8.57 -
YUV 85.76 123.63 215.19 -
System Red Green Blue C M Y K H S L
Decimal 208 25 78 0 0.88 0.62 0.18 342.62 0.79 0.46
Hex D0 19 4E 0 58 3E 12 157 4F 2E
Octal 320 31 116 0 130 76 22 527 117 56
Binary 11010000 11001 1001110 0 1011000 111110 10010 101010111 1001111 101110

Color Harmonies of #D0194E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0194E

Black with #D0194E

Text Example


Text Example

White with #D0194E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0194E; }

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

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

background-color css

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

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

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

border-color css

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

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

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