Html Css Color HEX #D61C48 Crimson

📋 copy color: '#D61C48'

red 214 ◦ green 28 ◦ blue 72

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

Shades of Crimson #D61C48

Tints of Crimson #D61C48

RGB

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

 GREEN value IS 28 (11.33% from 255) = 8.92%

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

R = 68.15%
G = 8.92%
B = 22.93%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.66

 K value IS 0.16

RGB Variations

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

Color information

#D61C48 (or 0xD61C48) is known color: Crimson. HEX triplet: D6, 1C and 48. RGB value is (214,28,72). Sum of RGB (Red+Green+Blue) = 214+28+72=314 (41% of max value = 765). Red value is 214 (83.98% from 255 or 68.15% from 314); Green value is 28 (11.33% from 255 or 8.92% from 314); Blue value is 72 (28.52% from 255 or 22.93% from 314); Max value from RGB is 214 - color contains mainly: red. Hex color #D61C48 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D61C48 is #29E3B7. Grayscale: #585858. Windows color (decimal): -2745272 or 4725974. OLE color: 4725974.

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

Color convert

RGB 214 28 72 -
CMYK 0 0.87 0.66 0.16
HSL 345.81º 0.77% 0.47% -
HSV(B) 345.81º 0.87% 0.84% -
XYZ 29.32 15.59 7.6 -
YUV 88.63 118.62 217.42 -
System Red Green Blue C M Y K H S L
Decimal 214 28 72 0 0.87 0.66 0.16 345.81 0.77 0.47
Hex D6 1C 48 0 57 42 10 15A 4D 2F
Octal 326 34 110 0 127 102 20 532 115 57
Binary 11010110 11100 1001000 0 1010111 1000010 10000 101011010 1001101 101111

Color Harmonies of #D61C48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D61C48

Black with #D61C48

Text Example


Text Example

White with #D61C48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D61C48; }

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

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

background-color css

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

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

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

border-color css

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

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

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