Html Css Color HEX #D91E4A Crimson

📋 copy color: '#D91E4A'

red 217 ◦ green 30 ◦ blue 74

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

Shades of Crimson #D91E4A

Tints of Crimson #D91E4A

RGB

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

 GREEN value IS 30 (12.11% from 255) = 9.35%

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

R = 67.6%
G = 9.35%
B = 23.05%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.66

 K value IS 0.15

RGB Variations

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

Color information

#D91E4A (or 0xD91E4A) is known color: Crimson. HEX triplet: D9, 1E and 4A. RGB value is (217,30,74). Sum of RGB (Red+Green+Blue) = 217+30+74=321 (42% of max value = 765). Red value is 217 (85.16% from 255 or 67.60% from 321); Green value is 30 (12.11% from 255 or 9.35% from 321); Blue value is 74 (29.30% from 255 or 23.05% from 321); Max value from RGB is 217 - color contains mainly: red. Hex color #D91E4A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D91E4A is #26E1B5. Grayscale: #5A5A5A. Windows color (decimal): -2548150 or 4857561. OLE color: 4857561.

HSL color Cylindrical-coordinate representation of color #D91E4A: hue angle of 345.88º degrees, saturation: 0.76, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D91E4A is Cyan = 0, Magento = 0.86, Yellow = 0.66 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 30 74 -
CMYK 0 0.86 0.66 0.15
HSL 345.88º 0.76% 0.48% -
HSV(B) 345.88º 0.86% 0.85% -
XYZ 30.32 16.17 8 -
YUV 90.93 118.45 217.92 -
System Red Green Blue C M Y K H S L
Decimal 217 30 74 0 0.86 0.66 0.15 345.88 0.76 0.48
Hex D9 1E 4A 0 56 42 F 15A 4C 30
Octal 331 36 112 0 126 102 17 532 114 60
Binary 11011001 11110 1001010 0 1010110 1000010 1111 101011010 1001100 110000

Color Harmonies of #D91E4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D91E4A

Black with #D91E4A

Text Example


Text Example

White with #D91E4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D91E4A; }

 p { color: rgb(217,30,74); }

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

background-color css

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

 a { background-color: rgb(217,30,74); }

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

border-color css

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

 span { border-color: rgb(217,30,74); }

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