Html Css Color HEX #D60848 Crimson

📋 copy color: '#D60848'

red 214 ◦ green 8 ◦ blue 72

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

Shades of Crimson #D60848

Tints of Crimson #D60848

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.72%

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

R = 72.79%
G = 2.72%
B = 24.49%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.66

 K value IS 0.16

RGB Variations

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

Color information

#D60848 (or 0xD60848) is known color: Crimson. HEX triplet: D6, 08 and 48. RGB value is (214,8,72). Sum of RGB (Red+Green+Blue) = 214+8+72=294 (38% of max value = 765). Red value is 214 (83.98% from 255 or 72.79% from 294); Green value is 8 (3.52% from 255 or 2.72% from 294); Blue value is 72 (28.52% from 255 or 24.49% from 294); Max value from RGB is 214 - color contains mainly: red. Hex color #D60848 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D60848 is #29F7B7. Grayscale: #4C4C4C. Windows color (decimal): -2750392 or 4720854. OLE color: 4720854.

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

Color convert

RGB 214 8 72 -
CMYK 0 0.96 0.66 0.16
HSL 341.36º 0.93% 0.44% -
HSV(B) 341.36º 0.96% 0.84% -
XYZ 28.99 14.94 7.49 -
YUV 76.89 125.25 225.8 -
System Red Green Blue C M Y K H S L
Decimal 214 8 72 0 0.96 0.66 0.16 341.36 0.93 0.44
Hex D6 8 48 0 60 42 10 155 5D 2C
Octal 326 10 110 0 140 102 20 525 135 54
Binary 11010110 1000 1001000 0 1100000 1000010 10000 101010101 1011101 101100

Color Harmonies of #D60848

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D60848

Black with #D60848

Text Example


Text Example

White with #D60848

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D60848; }

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

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

background-color css

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

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

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

border-color css

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

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

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