Html Css Color HEX #D40948 Crimson

📋 copy color: '#D40948'

red 212 ◦ green 9 ◦ blue 72

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

Shades of Crimson #D40948

Tints of Crimson #D40948

RGB

 RED value IS 212 (83.2% from 255) = 72.35%

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

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

R = 72.35%
G = 3.07%
B = 24.57%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.66

 K value IS 0.17

RGB Variations

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

Color information

#D40948 (or 0xD40948) is known color: Crimson. HEX triplet: D4, 09 and 48. RGB value is (212,9,72). Sum of RGB (Red+Green+Blue) = 212+9+72=293 (38% of max value = 765). Red value is 212 (83.20% from 255 or 72.35% from 293); Green value is 9 (3.91% from 255 or 3.07% from 293); Blue value is 72 (28.52% from 255 or 24.57% from 293); Max value from RGB is 212 - color contains mainly: red. Hex color #D40948 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D40948 is #2BF6B7. Grayscale: #4C4C4C. Windows color (decimal): -2881208 or 4721108. OLE color: 4721108.

HSL color Cylindrical-coordinate representation of color #D40948: hue angle of 341.38º degrees, saturation: 0.92, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D40948 is Cyan = 0, Magento = 0.96, Yellow = 0.66 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 9 72 -
CMYK 0 0.96 0.66 0.17
HSL 341.38º 0.92% 0.43% -
HSV(B) 341.38º 0.96% 0.83% -
XYZ 28.42 14.66 7.46 -
YUV 76.88 125.25 224.38 -
System Red Green Blue C M Y K H S L
Decimal 212 9 72 0 0.96 0.66 0.17 341.38 0.92 0.43
Hex D4 9 48 0 60 42 11 155 5C 2B
Octal 324 11 110 0 140 102 21 525 134 53
Binary 11010100 1001 1001000 0 1100000 1000010 10001 101010101 1011100 101011

Color Harmonies of #D40948

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D40948

Black with #D40948

Text Example


Text Example

White with #D40948

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D40948; }

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

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

background-color css

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

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

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

border-color css

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

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

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