Html Css Color HEX #D91345 Crimson

📋 copy color: '#D91345'

red 217 ◦ green 19 ◦ blue 69

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

Shades of Crimson #D91345

Tints of Crimson #D91345

RGB

 RED value IS 217 (85.16% from 255) = 71.15%

 GREEN value IS 19 (7.81% from 255) = 6.23%

 BLUE value IS 69 (27.34% from 255) = 22.62%

R = 71.15%
G = 6.23%
B = 22.62%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.68

 K value IS 0.15

RGB Variations

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

Color information

#D91345 (or 0xD91345) is known color: Crimson. HEX triplet: D9, 13 and 45. RGB value is (217,19,69). Sum of RGB (Red+Green+Blue) = 217+19+69=305 (40% of max value = 765). Red value is 217 (85.16% from 255 or 71.15% from 305); Green value is 19 (7.81% from 255 or 6.23% from 305); Blue value is 69 (27.34% from 255 or 22.62% from 305); Max value from RGB is 217 - color contains mainly: red. Hex color #D91345 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D91345 is #26ECBA. Grayscale: #535353. Windows color (decimal): -2550971 or 4527065. OLE color: 4527065.

HSL color Cylindrical-coordinate representation of color #D91345: hue angle of 344.85º degrees, saturation: 0.84, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D91345 is Cyan = 0, Magento = 0.91, Yellow = 0.68 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 19 69 -
CMYK 0 0.91 0.68 0.15
HSL 344.85º 0.84% 0.46% -
HSV(B) 344.85º 0.91% 0.85% -
XYZ 29.92 15.65 7.07 -
YUV 83.9 119.6 222.93 -
System Red Green Blue C M Y K H S L
Decimal 217 19 69 0 0.91 0.68 0.15 344.85 0.84 0.46
Hex D9 13 45 0 5B 44 F 159 54 2E
Octal 331 23 105 0 133 104 17 531 124 56
Binary 11011001 10011 1000101 0 1011011 1000100 1111 101011001 1010100 101110

Color Harmonies of #D91345

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D91345

Black with #D91345

Text Example


Text Example

White with #D91345

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D91345; }

 p { color: rgb(217,19,69); }

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

background-color css

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

 a { background-color: rgb(217,19,69); }

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

border-color css

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

 span { border-color: rgb(217,19,69); }

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