Html Css Color HEX #D11448 Crimson

📋 copy color: '#D11448'

red 209 ◦ green 20 ◦ blue 72

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

Shades of Crimson #D11448

Tints of Crimson #D11448

RGB

 RED value IS 209 (82.03% from 255) = 69.44%

 GREEN value IS 20 (8.2% from 255) = 6.64%

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

R = 69.44%
G = 6.64%
B = 23.92%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.66

 K value IS 0.18

RGB Variations

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

Color information

#D11448 (or 0xD11448) is known color: Crimson. HEX triplet: D1, 14 and 48. RGB value is (209,20,72). Sum of RGB (Red+Green+Blue) = 209+20+72=301 (39% of max value = 765). Red value is 209 (82.03% from 255 or 69.44% from 301); Green value is 20 (8.20% from 255 or 6.64% from 301); Blue value is 72 (28.52% from 255 or 23.92% from 301); Max value from RGB is 209 - color contains mainly: red. Hex color #D11448 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D11448 is #2EEBB7. Grayscale: #525252. Windows color (decimal): -3075000 or 4723921. OLE color: 4723921.

HSL color Cylindrical-coordinate representation of color #D11448: hue angle of 343.49º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D11448 is Cyan = 0, Magento = 0.90, Yellow = 0.66 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 20 72 -
CMYK 0 0.90 0.66 0.18
HSL 343.49º 0.83% 0.45% -
HSV(B) 343.49º 0.9% 0.82% -
XYZ 27.71 14.52 7.47 -
YUV 82.44 122.12 218.27 -
System Red Green Blue C M Y K H S L
Decimal 209 20 72 0 0.90 0.66 0.18 343.49 0.83 0.45
Hex D1 14 48 0 5A 42 12 157 53 2D
Octal 321 24 110 0 132 102 22 527 123 55
Binary 11010001 10100 1001000 0 1011010 1000010 10010 101010111 1010011 101101

Color Harmonies of #D11448

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D11448

Black with #D11448

Text Example


Text Example

White with #D11448

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D11448; }

 p { color: rgb(209,20,72); }

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

background-color css

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

 a { background-color: rgb(209,20,72); }

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

border-color css

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

 span { border-color: rgb(209,20,72); }

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