Html Css Color HEX #D61130 Crimson

📋 copy color: '#D61130'

red 214 ◦ green 17 ◦ blue 48

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

Shades of Crimson #D61130

Tints of Crimson #D61130

RGB

 RED value IS 214 (83.98% from 255) = 76.7%

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

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

R = 76.7%
G = 6.09%
B = 17.2%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.78

 K value IS 0.16

RGB Variations

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

Color information

#D61130 (or 0xD61130) is known color: Crimson. HEX triplet: D6, 11 and 30. RGB value is (214,17,48). Sum of RGB (Red+Green+Blue) = 214+17+48=279 (36% of max value = 765). Red value is 214 (83.98% from 255 or 76.70% from 279); Green value is 17 (7.03% from 255 or 6.09% from 279); Blue value is 48 (19.14% from 255 or 17.20% from 279); Max value from RGB is 214 - color contains mainly: red. Hex color #D61130 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D61130 is #29EECF. Grayscale: #4F4F4F. Windows color (decimal): -2748112 or 3150294. OLE color: 3150294.

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

Color convert

RGB 214 17 48 -
CMYK 0 0.92 0.78 0.16
HSL 350.56º 0.85% 0.45% -
HSV(B) 350.56º 0.92% 0.84% -
XYZ 28.47 14.91 4.17 -
YUV 79.44 110.27 223.98 -
System Red Green Blue C M Y K H S L
Decimal 214 17 48 0 0.92 0.78 0.16 350.56 0.85 0.45
Hex D6 11 30 0 5C 4E 10 15F 55 2D
Octal 326 21 60 0 134 116 20 537 125 55
Binary 11010110 10001 110000 0 1011100 1001110 10000 101011111 1010101 101101

Color Harmonies of #D61130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D61130

Black with #D61130

Text Example


Text Example

White with #D61130

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D61130; }

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

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

background-color css

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

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

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

border-color css

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

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

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