Html Css Color HEX #D61548 Crimson

📋 copy color: '#D61548'

red 214 ◦ green 21 ◦ blue 72

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

Shades of Crimson #D61548

Tints of Crimson #D61548

RGB

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

 GREEN value IS 21 (8.59% from 255) = 6.84%

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

R = 69.71%
G = 6.84%
B = 23.45%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.66

 K value IS 0.16

RGB Variations

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

Color information

#D61548 (or 0xD61548) is known color: Crimson. HEX triplet: D6, 15 and 48. RGB value is (214,21,72). Sum of RGB (Red+Green+Blue) = 214+21+72=307 (40% of max value = 765). Red value is 214 (83.98% from 255 or 69.71% from 307); Green value is 21 (8.59% from 255 or 6.84% from 307); Blue value is 72 (28.52% from 255 or 23.45% from 307); Max value from RGB is 214 - color contains mainly: red. Hex color #D61548 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D61548 is #29EAB7. Grayscale: #545454. Windows color (decimal): -2747064 or 4724182. OLE color: 4724182.

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

Color convert

RGB 214 21 72 -
CMYK 0 0.90 0.66 0.16
HSL 344.15º 0.82% 0.46% -
HSV(B) 344.15º 0.9% 0.84% -
XYZ 29.17 15.3 7.55 -
YUV 84.52 120.94 220.35 -
System Red Green Blue C M Y K H S L
Decimal 214 21 72 0 0.90 0.66 0.16 344.15 0.82 0.46
Hex D6 15 48 0 5A 42 10 158 52 2E
Octal 326 25 110 0 132 102 20 530 122 56
Binary 11010110 10101 1001000 0 1011010 1000010 10000 101011000 1010010 101110

Color Harmonies of #D61548

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D61548

Black with #D61548

Text Example


Text Example

White with #D61548

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D61548; }

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

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

background-color css

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

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

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

border-color css

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

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

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