Html Css Color HEX #D6194A Crimson

📋 copy color: '#D6194A'

red 214 ◦ green 25 ◦ blue 74

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

Shades of Crimson #D6194A

Tints of Crimson #D6194A

RGB

 RED value IS 214 (83.98% from 255) = 68.37%

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

 BLUE value IS 74 (29.3% from 255) = 23.64%

R = 68.37%
G = 7.99%
B = 23.64%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.65

 K value IS 0.16

RGB Variations

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

Color information

#D6194A (or 0xD6194A) is known color: Crimson. HEX triplet: D6, 19 and 4A. RGB value is (214,25,74). Sum of RGB (Red+Green+Blue) = 214+25+74=313 (41% of max value = 765). Red value is 214 (83.98% from 255 or 68.37% from 313); Green value is 25 (10.16% from 255 or 7.99% from 313); Blue value is 74 (29.30% from 255 or 23.64% from 313); Max value from RGB is 214 - color contains mainly: red. Hex color #D6194A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D6194A is #29E6B5. Grayscale: #575757. Windows color (decimal): -2746038 or 4856278. OLE color: 4856278.

HSL color Cylindrical-coordinate representation of color #D6194A: hue angle of 344.44º degrees, saturation: 0.79, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D6194A is Cyan = 0, Magento = 0.88, Yellow = 0.65 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 25 74 -
CMYK 0 0.88 0.65 0.16
HSL 344.44º 0.79% 0.47% -
HSV(B) 344.44º 0.88% 0.84% -
XYZ 29.32 15.49 7.92 -
YUV 87.1 120.62 218.52 -
System Red Green Blue C M Y K H S L
Decimal 214 25 74 0 0.88 0.65 0.16 344.44 0.79 0.47
Hex D6 19 4A 0 58 41 10 158 4F 2F
Octal 326 31 112 0 130 101 20 530 117 57
Binary 11010110 11001 1001010 0 1011000 1000001 10000 101011000 1001111 101111

Color Harmonies of #D6194A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6194A

Black with #D6194A

Text Example


Text Example

White with #D6194A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6194A; }

 p { color: rgb(214,25,74); }

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

background-color css

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

 a { background-color: rgb(214,25,74); }

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

border-color css

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

 span { border-color: rgb(214,25,74); }

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