Html Css Color HEX #D91B42 Crimson

📋 copy color: '#D91B42'

red 217 ◦ green 27 ◦ blue 66

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

Shades of Crimson #D91B42

Tints of Crimson #D91B42

RGB

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

 GREEN value IS 27 (10.94% from 255) = 8.71%

 BLUE value IS 66 (26.17% from 255) = 21.29%

R = 70%
G = 8.71%
B = 21.29%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.70

 K value IS 0.15

RGB Variations

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

Color information

#D91B42 (or 0xD91B42) is known color: Crimson. HEX triplet: D9, 1B and 42. RGB value is (217,27,66). Sum of RGB (Red+Green+Blue) = 217+27+66=310 (41% of max value = 765). Red value is 217 (85.16% from 255 or 70% from 310); Green value is 27 (10.94% from 255 or 8.71% from 310); Blue value is 66 (26.17% from 255 or 21.29% from 310); Max value from RGB is 217 - color contains mainly: red. Hex color #D91B42 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D91B42 is #26E4BD. Grayscale: #585858. Windows color (decimal): -2548926 or 4332505. OLE color: 4332505.

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

Color convert

RGB 217 27 66 -
CMYK 0 0.88 0.70 0.15
HSL 347.68º 0.78% 0.48% -
HSV(B) 347.68º 0.88% 0.85% -
XYZ 29.99 15.93 6.65 -
YUV 88.26 115.45 219.83 -
System Red Green Blue C M Y K H S L
Decimal 217 27 66 0 0.88 0.70 0.15 347.68 0.78 0.48
Hex D9 1B 42 0 58 46 F 15C 4E 30
Octal 331 33 102 0 130 106 17 534 116 60
Binary 11011001 11011 1000010 0 1011000 1000110 1111 101011100 1001110 110000

Color Harmonies of #D91B42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D91B42

Black with #D91B42

Text Example


Text Example

White with #D91B42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D91B42; }

 p { color: rgb(217,27,66); }

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

background-color css

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

 a { background-color: rgb(217,27,66); }

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

border-color css

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

 span { border-color: rgb(217,27,66); }

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