Html Css Color HEX #D61145 Crimson

📋 copy color: '#D61145'

red 214 ◦ green 17 ◦ blue 69

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

Shades of Crimson #D61145

Tints of Crimson #D61145

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 23%

R = 71.33%
G = 5.67%
B = 23%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.68

 K value IS 0.16

RGB Variations

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

Color information

#D61145 (or 0xD61145) is known color: Crimson. HEX triplet: D6, 11 and 45. RGB value is (214,17,69). Sum of RGB (Red+Green+Blue) = 214+17+69=300 (39% of max value = 765). Red value is 214 (83.98% from 255 or 71.33% from 300); Green value is 17 (7.03% from 255 or 5.67% from 300); Blue value is 69 (27.34% from 255 or 23% from 300); Max value from RGB is 214 - color contains mainly: red. Hex color #D61145 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D61145 is #29EEBA. Grayscale: #515151. Windows color (decimal): -2748091 or 4526550. OLE color: 4526550.

HSL color Cylindrical-coordinate representation of color #D61145: hue angle of 344.16º 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 #D61145 is Cyan = 0, Magento = 0.92, Yellow = 0.68 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 17 69 -
CMYK 0 0.92 0.68 0.16
HSL 344.16º 0.85% 0.45% -
HSV(B) 344.16º 0.92% 0.84% -
XYZ 29.01 15.13 7.02 -
YUV 81.83 120.77 222.27 -
System Red Green Blue C M Y K H S L
Decimal 214 17 69 0 0.92 0.68 0.16 344.16 0.85 0.45
Hex D6 11 45 0 5C 44 10 158 55 2D
Octal 326 21 105 0 134 104 20 530 125 55
Binary 11010110 10001 1000101 0 1011100 1000100 10000 101011000 1010101 101101

Color Harmonies of #D61145

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D61145

Black with #D61145

Text Example


Text Example

White with #D61145

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D61145; }

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

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

background-color css

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

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

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

border-color css

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

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

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