Html Css Color HEX #D11348 Crimson

📋 copy color: '#D11348'

red 209 ◦ green 19 ◦ blue 72

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

Shades of Crimson #D11348

Tints of Crimson #D11348

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.33%

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

R = 69.67%
G = 6.33%
B = 24%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.66

 K value IS 0.18

RGB Variations

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

Color information

#D11348 (or 0xD11348) is known color: Crimson. HEX triplet: D1, 13 and 48. RGB value is (209,19,72). Sum of RGB (Red+Green+Blue) = 209+19+72=300 (39% of max value = 765). Red value is 209 (82.03% from 255 or 69.67% from 300); Green value is 19 (7.81% from 255 or 6.33% from 300); Blue value is 72 (28.52% from 255 or 24% from 300); Max value from RGB is 209 - color contains mainly: red. Hex color #D11348 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D11348 is #2EECB7. Grayscale: #515151. Windows color (decimal): -3075256 or 4723665. OLE color: 4723665.

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

Color convert

RGB 209 19 72 -
CMYK 0 0.91 0.66 0.18
HSL 343.26º 0.83% 0.45% -
HSV(B) 343.26º 0.91% 0.82% -
XYZ 27.7 14.49 7.47 -
YUV 81.85 122.45 218.69 -
System Red Green Blue C M Y K H S L
Decimal 209 19 72 0 0.91 0.66 0.18 343.26 0.83 0.45
Hex D1 13 48 0 5B 42 12 157 53 2D
Octal 321 23 110 0 133 102 22 527 123 55
Binary 11010001 10011 1001000 0 1011011 1000010 10010 101010111 1010011 101101

Color Harmonies of #D11348

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D11348

Black with #D11348

Text Example


Text Example

White with #D11348

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D11348; }

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

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

background-color css

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

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

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

border-color css

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

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

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