Html Css Color HEX #D6194F Crimson

📋 copy color: '#D6194F'

red 214 ◦ green 25 ◦ blue 79

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

Shades of Crimson #D6194F

Tints of Crimson #D6194F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 24.84%

R = 67.3%
G = 7.86%
B = 24.84%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.63

 K value IS 0.16

RGB Variations

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

Color information

#D6194F (or 0xD6194F) is known color: Crimson. HEX triplet: D6, 19 and 4F. RGB value is (214,25,79). Sum of RGB (Red+Green+Blue) = 214+25+79=318 (42% of max value = 765). Red value is 214 (83.98% from 255 or 67.30% from 318); Green value is 25 (10.16% from 255 or 7.86% from 318); Blue value is 79 (31.25% from 255 or 24.84% from 318); Max value from RGB is 214 - color contains mainly: red. Hex color #D6194F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D6194F is #29E6B0. Grayscale: #575757. Windows color (decimal): -2746033 or 5183958. OLE color: 5183958.

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

Color convert

RGB 214 25 79 -
CMYK 0 0.88 0.63 0.16
HSL 342.86º 0.79% 0.47% -
HSV(B) 342.86º 0.88% 0.84% -
XYZ 29.49 15.56 8.85 -
YUV 87.67 123.12 218.11 -
System Red Green Blue C M Y K H S L
Decimal 214 25 79 0 0.88 0.63 0.16 342.86 0.79 0.47
Hex D6 19 4F 0 58 3F 10 157 4F 2F
Octal 326 31 117 0 130 77 20 527 117 57
Binary 11010110 11001 1001111 0 1011000 111111 10000 101010111 1001111 101111

Color Harmonies of #D6194F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6194F

Black with #D6194F

Text Example


Text Example

White with #D6194F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6194F; }

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

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

background-color css

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

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

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

border-color css

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

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

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