Html Css Color HEX #D11F3F Cardinal

📋 copy color: '#D11F3F'

red 209 ◦ green 31 ◦ blue 63

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

Shades of Cardinal #D11F3F

Tints of Cardinal #D11F3F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 20.79%

R = 68.98%
G = 10.23%
B = 20.79%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.70

 K value IS 0.18

RGB Variations

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

Color information

#D11F3F (or 0xD11F3F) is known color: Cardinal. HEX triplet: D1, 1F and 3F. RGB value is (209,31,63). Sum of RGB (Red+Green+Blue) = 209+31+63=303 (40% of max value = 765). Red value is 209 (82.03% from 255 or 68.98% from 303); Green value is 31 (12.5% from 255 or 10.23% from 303); Blue value is 63 (25% from 255 or 20.79% from 303); Max value from RGB is 209 - color contains mainly: red. Hex color #D11F3F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D11F3F is #2EE0C0. Grayscale: #575757. Windows color (decimal): -3072193 or 4136913. OLE color: 4136913.

HSL color Cylindrical-coordinate representation of color #D11F3F: hue angle of 349.21º 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 #D11F3F is Cyan = 0, Magento = 0.85, Yellow = 0.70 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 31 63 -
CMYK 0 0.85 0.70 0.18
HSL 349.21º 0.74% 0.47% -
HSV(B) 349.21º 0.85% 0.82% -
XYZ 27.68 14.89 6.12 -
YUV 87.87 113.97 214.4 -
System Red Green Blue C M Y K H S L
Decimal 209 31 63 0 0.85 0.70 0.18 349.21 0.74 0.47
Hex D1 1F 3F 0 55 46 12 15D 4A 2F
Octal 321 37 77 0 125 106 22 535 112 57
Binary 11010001 11111 111111 0 1010101 1000110 10010 101011101 1001010 101111

Color Harmonies of #D11F3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D11F3F

Black with #D11F3F

Text Example


Text Example

White with #D11F3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D11F3F; }

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

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

background-color css

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

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

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

border-color css

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

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

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