Html Css Color HEX #D60948 Crimson

📋 copy color: '#D60948'

red 214 ◦ green 9 ◦ blue 72

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

Shades of Crimson #D60948

Tints of Crimson #D60948

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.05%

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

R = 72.54%
G = 3.05%
B = 24.41%

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

#D60948 (or 0xD60948) is known color: Crimson. HEX triplet: D6, 09 and 48. RGB value is (214,9,72). Sum of RGB (Red+Green+Blue) = 214+9+72=295 (39% of max value = 765). Red value is 214 (83.98% from 255 or 72.54% from 295); Green value is 9 (3.91% from 255 or 3.05% from 295); Blue value is 72 (28.52% from 255 or 24.41% from 295); Max value from RGB is 214 - color contains mainly: red. Hex color #D60948 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D60948 is #29F6B7. Grayscale: #4D4D4D. Windows color (decimal): -2750136 or 4721110. OLE color: 4721110.

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

Color convert

RGB 214 9 72 -
CMYK 0 0.96 0.66 0.16
HSL 341.56º 0.92% 0.44% -
HSV(B) 341.56º 0.96% 0.84% -
XYZ 29 14.96 7.49 -
YUV 77.48 124.92 225.38 -
System Red Green Blue C M Y K H S L
Decimal 214 9 72 0 0.96 0.66 0.16 341.56 0.92 0.44
Hex D6 9 48 0 60 42 10 156 5C 2C
Octal 326 11 110 0 140 102 20 526 134 54
Binary 11010110 1001 1001000 0 1100000 1000010 10000 101010110 1011100 101100

Color Harmonies of #D60948

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D60948

Black with #D60948

Text Example


Text Example

White with #D60948

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D60948; }

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

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

background-color css

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

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

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

border-color css

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

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

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