Html Css Color HEX #D5194B Crimson

📋 copy color: '#D5194B'

red 213 ◦ green 25 ◦ blue 75

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

Shades of Crimson #D5194B

Tints of Crimson #D5194B

RGB

 RED value IS 213 (83.59% from 255) = 68.05%

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

 BLUE value IS 75 (29.69% from 255) = 23.96%

R = 68.05%
G = 7.99%
B = 23.96%

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

#D5194B (or 0xD5194B) is known color: Crimson. HEX triplet: D5, 19 and 4B. RGB value is (213,25,75). Sum of RGB (Red+Green+Blue) = 213+25+75=313 (41% of max value = 765). Red value is 213 (83.59% from 255 or 68.05% from 313); Green value is 25 (10.16% from 255 or 7.99% from 313); Blue value is 75 (29.69% from 255 or 23.96% from 313); Max value from RGB is 213 - color contains mainly: red. Hex color #D5194B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D5194B is #2AE6B4. Grayscale: #565656. Windows color (decimal): -2811573 or 4921813. OLE color: 4921813.

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

Color convert

RGB 213 25 75 -
CMYK 0 0.88 0.65 0.16
HSL 344.04º 0.79% 0.47% -
HSV(B) 344.04º 0.88% 0.84% -
XYZ 29.06 15.35 8.09 -
YUV 86.91 121.28 217.93 -
System Red Green Blue C M Y K H S L
Decimal 213 25 75 0 0.88 0.65 0.16 344.04 0.79 0.47
Hex D5 19 4B 0 58 41 10 158 4F 2F
Octal 325 31 113 0 130 101 20 530 117 57
Binary 11010101 11001 1001011 0 1011000 1000001 10000 101011000 1001111 101111

Color Harmonies of #D5194B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5194B

Black with #D5194B

Text Example


Text Example

White with #D5194B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5194B; }

 p { color: rgb(213,25,75); }

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

background-color css

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

 a { background-color: rgb(213,25,75); }

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

border-color css

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

 span { border-color: rgb(213,25,75); }

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