Html Css Color HEX #D6192F Crimson

📋 copy color: '#D6192F'

red 214 ◦ green 25 ◦ blue 47

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

Shades of Crimson #D6192F

Tints of Crimson #D6192F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 16.43%

R = 74.83%
G = 8.74%
B = 16.43%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.78

 K value IS 0.16

RGB Variations

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

Color information

#D6192F (or 0xD6192F) is known color: Crimson. HEX triplet: D6, 19 and 2F. RGB value is (214,25,47). Sum of RGB (Red+Green+Blue) = 214+25+47=286 (37% of max value = 765). Red value is 214 (83.98% from 255 or 74.83% from 286); Green value is 25 (10.16% from 255 or 8.74% from 286); Blue value is 47 (18.75% from 255 or 16.43% from 286); Max value from RGB is 214 - color contains mainly: red. Hex color #D6192F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D6192F is #29E6D0. Grayscale: #545454. Windows color (decimal): -2746065 or 3086806. OLE color: 3086806.

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

Color convert

RGB 214 25 47 -
CMYK 0 0.88 0.78 0.16
HSL 353.02º 0.79% 0.47% -
HSV(B) 353.02º 0.88% 0.84% -
XYZ 28.59 15.2 4.12 -
YUV 84.02 107.12 220.71 -
System Red Green Blue C M Y K H S L
Decimal 214 25 47 0 0.88 0.78 0.16 353.02 0.79 0.47
Hex D6 19 2F 0 58 4E 10 161 4F 2F
Octal 326 31 57 0 130 116 20 541 117 57
Binary 11010110 11001 101111 0 1011000 1001110 10000 101100001 1001111 101111

Color Harmonies of #D6192F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6192F

Black with #D6192F

Text Example


Text Example

White with #D6192F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6192F; }

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

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

background-color css

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

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

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

border-color css

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

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

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