Html Css Color HEX #D41130 Crimson

📋 copy color: '#D41130'

red 212 ◦ green 17 ◦ blue 48

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

Shades of Crimson #D41130

Tints of Crimson #D41130

RGB

 RED value IS 212 (83.2% from 255) = 76.53%

 GREEN value IS 17 (7.03% from 255) = 6.14%

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

R = 76.53%
G = 6.14%
B = 17.33%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.77

 K value IS 0.17

RGB Variations

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

Color information

#D41130 (or 0xD41130) is known color: Crimson. HEX triplet: D4, 11 and 30. RGB value is (212,17,48). Sum of RGB (Red+Green+Blue) = 212+17+48=277 (36% of max value = 765). Red value is 212 (83.20% from 255 or 76.53% from 277); Green value is 17 (7.03% from 255 or 6.14% from 277); Blue value is 48 (19.14% from 255 or 17.33% from 277); Max value from RGB is 212 - color contains mainly: red. Hex color #D41130 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D41130 is #2BEECF. Grayscale: #4E4E4E. Windows color (decimal): -2879184 or 3150292. OLE color: 3150292.

HSL color Cylindrical-coordinate representation of color #D41130: hue angle of 350.46º degrees, saturation: 0.85, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D41130 is Cyan = 0, Magento = 0.92, Yellow = 0.77 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 17 48 -
CMYK 0 0.92 0.77 0.17
HSL 350.46º 0.85% 0.45% -
HSV(B) 350.46º 0.92% 0.83% -
XYZ 27.89 14.61 4.15 -
YUV 78.84 110.6 222.98 -
System Red Green Blue C M Y K H S L
Decimal 212 17 48 0 0.92 0.77 0.17 350.46 0.85 0.45
Hex D4 11 30 0 5C 4D 11 15E 55 2D
Octal 324 21 60 0 134 115 21 536 125 55
Binary 11010100 10001 110000 0 1011100 1001101 10001 101011110 1010101 101101

Color Harmonies of #D41130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D41130

Black with #D41130

Text Example


Text Example

White with #D41130

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D41130; }

 p { color: rgb(212,17,48); }

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

background-color css

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

 a { background-color: rgb(212,17,48); }

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

border-color css

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

 span { border-color: rgb(212,17,48); }

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