Html Css Color HEX #D11F46 Cardinal

📋 copy color: '#D11F46'

red 209 ◦ green 31 ◦ blue 70

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

Shades of Cardinal #D11F46

Tints of Cardinal #D11F46

RGB

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

 GREEN value IS 31 (12.5% from 255) = 10%

 BLUE value IS 70 (27.73% from 255) = 22.58%

R = 67.42%
G = 10%
B = 22.58%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.67

 K value IS 0.18

RGB Variations

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

Color information

#D11F46 (or 0xD11F46) is known color: Cardinal. HEX triplet: D1, 1F and 46. RGB value is (209,31,70). Sum of RGB (Red+Green+Blue) = 209+31+70=310 (41% of max value = 765). Red value is 209 (82.03% from 255 or 67.42% from 310); Green value is 31 (12.5% from 255 or 10% from 310); Blue value is 70 (27.73% from 255 or 22.58% from 310); Max value from RGB is 209 - color contains mainly: red. Hex color #D11F46 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D11F46 is #2EE0B9. Grayscale: #585858. Windows color (decimal): -3072186 or 4595665. OLE color: 4595665.

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

Color convert

RGB 209 31 70 -
CMYK 0 0.85 0.67 0.18
HSL 346.85º 0.74% 0.47% -
HSV(B) 346.85º 0.85% 0.82% -
XYZ 27.89 14.98 7.22 -
YUV 88.67 117.47 213.83 -
System Red Green Blue C M Y K H S L
Decimal 209 31 70 0 0.85 0.67 0.18 346.85 0.74 0.47
Hex D1 1F 46 0 55 43 12 15B 4A 2F
Octal 321 37 106 0 125 103 22 533 112 57
Binary 11010001 11111 1000110 0 1010101 1000011 10010 101011011 1001010 101111

Color Harmonies of #D11F46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D11F46

Black with #D11F46

Text Example


Text Example

White with #D11F46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D11F46; }

 p { color: rgb(209,31,70); }

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

background-color css

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

 a { background-color: rgb(209,31,70); }

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

border-color css

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

 span { border-color: rgb(209,31,70); }

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