Html Css Color HEX #D91230 Crimson

📋 copy color: '#D91230'

red 217 ◦ green 18 ◦ blue 48

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

Shades of Crimson #D91230

Tints of Crimson #D91230

RGB

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

 GREEN value IS 18 (7.42% from 255) = 6.36%

 BLUE value IS 48 (19.14% from 255) = 16.96%

R = 76.68%
G = 6.36%
B = 16.96%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.78

 K value IS 0.15

RGB Variations

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

Color information

#D91230 (or 0xD91230) is known color: Crimson. HEX triplet: D9, 12 and 30. RGB value is (217,18,48). Sum of RGB (Red+Green+Blue) = 217+18+48=283 (37% of max value = 765). Red value is 217 (85.16% from 255 or 76.68% from 283); Green value is 18 (7.42% from 255 or 6.36% from 283); Blue value is 48 (19.14% from 255 or 16.96% from 283); Max value from RGB is 217 - color contains mainly: red. Hex color #D91230 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D91230 is #26EDCF. Grayscale: #515151. Windows color (decimal): -2551248 or 3150553. OLE color: 3150553.

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

Color convert

RGB 217 18 48 -
CMYK 0 0.92 0.78 0.15
HSL 350.95º 0.85% 0.46% -
HSV(B) 350.95º 0.92% 0.85% -
XYZ 29.37 15.4 4.22 -
YUV 80.92 109.43 225.06 -
System Red Green Blue C M Y K H S L
Decimal 217 18 48 0 0.92 0.78 0.15 350.95 0.85 0.46
Hex D9 12 30 0 5C 4E F 15F 55 2E
Octal 331 22 60 0 134 116 17 537 125 56
Binary 11011001 10010 110000 0 1011100 1001110 1111 101011111 1010101 101110

Color Harmonies of #D91230

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D91230

Black with #D91230

Text Example


Text Example

White with #D91230

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D91230; }

 p { color: rgb(217,18,48); }

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

background-color css

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

 a { background-color: rgb(217,18,48); }

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

border-color css

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

 span { border-color: rgb(217,18,48); }

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