Html Css Color HEX #D61748 Crimson

📋 copy color: '#D61748'

red 214 ◦ green 23 ◦ blue 72

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

Shades of Crimson #D61748

Tints of Crimson #D61748

RGB

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

 GREEN value IS 23 (9.38% from 255) = 7.44%

 BLUE value IS 72 (28.52% from 255) = 23.3%

R = 69.26%
G = 7.44%
B = 23.3%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.66

 K value IS 0.16

RGB Variations

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

Color information

#D61748 (or 0xD61748) is known color: Crimson. HEX triplet: D6, 17 and 48. RGB value is (214,23,72). Sum of RGB (Red+Green+Blue) = 214+23+72=309 (40% of max value = 765). Red value is 214 (83.98% from 255 or 69.26% from 309); Green value is 23 (9.38% from 255 or 7.44% from 309); Blue value is 72 (28.52% from 255 or 23.30% from 309); Max value from RGB is 214 - color contains mainly: red. Hex color #D61748 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D61748 is #29E8B7. Grayscale: #555555. Windows color (decimal): -2746552 or 4724694. OLE color: 4724694.

HSL color Cylindrical-coordinate representation of color #D61748: hue angle of 344.61º degrees, saturation: 0.81, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D61748 is Cyan = 0, Magento = 0.89, Yellow = 0.66 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 23 72 -
CMYK 0 0.89 0.66 0.16
HSL 344.61º 0.81% 0.46% -
HSV(B) 344.61º 0.89% 0.84% -
XYZ 29.21 15.38 7.56 -
YUV 85.7 120.28 219.52 -
System Red Green Blue C M Y K H S L
Decimal 214 23 72 0 0.89 0.66 0.16 344.61 0.81 0.46
Hex D6 17 48 0 59 42 10 159 51 2E
Octal 326 27 110 0 131 102 20 531 121 56
Binary 11010110 10111 1001000 0 1011001 1000010 10000 101011001 1010001 101110

Color Harmonies of #D61748

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D61748

Black with #D61748

Text Example


Text Example

White with #D61748

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D61748; }

 p { color: rgb(214,23,72); }

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

background-color css

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

 a { background-color: rgb(214,23,72); }

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

border-color css

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

 span { border-color: rgb(214,23,72); }

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