Html Css Color HEX #D61248 Crimson

📋 copy color: '#D61248'

red 214 ◦ green 18 ◦ blue 72

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

Shades of Crimson #D61248

Tints of Crimson #D61248

RGB

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

 GREEN value IS 18 (7.42% from 255) = 5.92%

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

R = 70.39%
G = 5.92%
B = 23.68%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.66

 K value IS 0.16

RGB Variations

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

Color information

#D61248 (or 0xD61248) is known color: Crimson. HEX triplet: D6, 12 and 48. RGB value is (214,18,72). Sum of RGB (Red+Green+Blue) = 214+18+72=304 (40% of max value = 765). Red value is 214 (83.98% from 255 or 70.39% from 304); Green value is 18 (7.42% from 255 or 5.92% from 304); Blue value is 72 (28.52% from 255 or 23.68% from 304); Max value from RGB is 214 - color contains mainly: red. Hex color #D61248 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D61248 is #29EDB7. Grayscale: #525252. Windows color (decimal): -2747832 or 4723414. OLE color: 4723414.

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

Color convert

RGB 214 18 72 -
CMYK 0 0.92 0.66 0.16
HSL 343.47º 0.84% 0.45% -
HSV(B) 343.47º 0.92% 0.84% -
XYZ 29.12 15.2 7.53 -
YUV 82.76 121.93 221.61 -
System Red Green Blue C M Y K H S L
Decimal 214 18 72 0 0.92 0.66 0.16 343.47 0.84 0.45
Hex D6 12 48 0 5C 42 10 157 54 2D
Octal 326 22 110 0 134 102 20 527 124 55
Binary 11010110 10010 1001000 0 1011100 1000010 10000 101010111 1010100 101101

Color Harmonies of #D61248

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D61248

Black with #D61248

Text Example


Text Example

White with #D61248

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D61248; }

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

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

background-color css

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

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

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

border-color css

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

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

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