Html Css Color HEX #D11D40 Cardinal

📋 copy color: '#D11D40'

red 209 ◦ green 29 ◦ blue 64

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

Shades of Cardinal #D11D40

Tints of Cardinal #D11D40

RGB

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

 GREEN value IS 29 (11.72% from 255) = 9.6%

 BLUE value IS 64 (25.39% from 255) = 21.19%

R = 69.21%
G = 9.6%
B = 21.19%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.69

 K value IS 0.18

RGB Variations

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

Color information

#D11D40 (or 0xD11D40) is known color: Cardinal. HEX triplet: D1, 1D and 40. RGB value is (209,29,64). Sum of RGB (Red+Green+Blue) = 209+29+64=302 (40% of max value = 765). Red value is 209 (82.03% from 255 or 69.21% from 302); Green value is 29 (11.72% from 255 or 9.60% from 302); Blue value is 64 (25.39% from 255 or 21.19% from 302); Max value from RGB is 209 - color contains mainly: red. Hex color #D11D40 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D11D40 is #2EE2BF. Grayscale: #565656. Windows color (decimal): -3072704 or 4201937. OLE color: 4201937.

HSL color Cylindrical-coordinate representation of color #D11D40: hue angle of 348.33º degrees, saturation: 0.76, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D11D40 is Cyan = 0, Magento = 0.86, Yellow = 0.69 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 29 64 -
CMYK 0 0.86 0.69 0.18
HSL 348.33º 0.76% 0.47% -
HSV(B) 348.33º 0.86% 0.82% -
XYZ 27.66 14.8 6.25 -
YUV 86.81 115.13 215.15 -
System Red Green Blue C M Y K H S L
Decimal 209 29 64 0 0.86 0.69 0.18 348.33 0.76 0.47
Hex D1 1D 40 0 56 45 12 15C 4C 2F
Octal 321 35 100 0 126 105 22 534 114 57
Binary 11010001 11101 1000000 0 1010110 1000101 10010 101011100 1001100 101111

Color Harmonies of #D11D40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D11D40

Black with #D11D40

Text Example


Text Example

White with #D11D40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D11D40; }

 p { color: rgb(209,29,64); }

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

background-color css

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

 a { background-color: rgb(209,29,64); }

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

border-color css

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

 span { border-color: rgb(209,29,64); }

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