Html Css Color HEX #D40848 Crimson

📋 copy color: '#D40848'

red 212 ◦ green 8 ◦ blue 72

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

Shades of Crimson #D40848

Tints of Crimson #D40848

RGB

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

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

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

R = 72.6%
G = 2.74%
B = 24.66%

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

#D40848 (or 0xD40848) is known color: Crimson. HEX triplet: D4, 08 and 48. RGB value is (212,8,72). Sum of RGB (Red+Green+Blue) = 212+8+72=292 (38% of max value = 765). Red value is 212 (83.20% from 255 or 72.60% from 292); Green value is 8 (3.52% from 255 or 2.74% from 292); Blue value is 72 (28.52% from 255 or 24.66% from 292); Max value from RGB is 212 - color contains mainly: red. Hex color #D40848 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D40848 is #2BF7B7. Grayscale: #4C4C4C. Windows color (decimal): -2881464 or 4720852. OLE color: 4720852.

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

Color convert

RGB 212 8 72 -
CMYK 0 0.96 0.66 0.17
HSL 341.18º 0.93% 0.43% -
HSV(B) 341.18º 0.96% 0.83% -
XYZ 28.41 14.64 7.46 -
YUV 76.29 125.59 224.8 -
System Red Green Blue C M Y K H S L
Decimal 212 8 72 0 0.96 0.66 0.17 341.18 0.93 0.43
Hex D4 8 48 0 60 42 11 155 5D 2B
Octal 324 10 110 0 140 102 21 525 135 53
Binary 11010100 1000 1001000 0 1100000 1000010 10001 101010101 1011101 101011

Color Harmonies of #D40848

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D40848

Black with #D40848

Text Example


Text Example

White with #D40848

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D40848; }

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

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

background-color css

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

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

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

border-color css

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

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

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