Html Css Color HEX #D11C3C Cardinal

📋 copy color: '#D11C3C'

red 209 ◦ green 28 ◦ blue 60

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

Shades of Cardinal #D11C3C

Tints of Cardinal #D11C3C

RGB

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

 GREEN value IS 28 (11.33% from 255) = 9.43%

 BLUE value IS 60 (23.83% from 255) = 20.2%

R = 70.37%
G = 9.43%
B = 20.2%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.71

 K value IS 0.18

RGB Variations

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

Color information

#D11C3C (or 0xD11C3C) is known color: Cardinal. HEX triplet: D1, 1C and 3C. RGB value is (209,28,60). Sum of RGB (Red+Green+Blue) = 209+28+60=297 (39% of max value = 765). Red value is 209 (82.03% from 255 or 70.37% from 297); Green value is 28 (11.33% from 255 or 9.43% from 297); Blue value is 60 (23.83% from 255 or 20.20% from 297); Max value from RGB is 209 - color contains mainly: red. Hex color #D11C3C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D11C3C is #2EE3C3. Grayscale: #555555. Windows color (decimal): -3072964 or 3939537. OLE color: 3939537.

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

Color convert

RGB 209 28 60 -
CMYK 0 0.87 0.71 0.18
HSL 349.39º 0.76% 0.46% -
HSV(B) 349.39º 0.87% 0.82% -
XYZ 27.53 14.71 5.66 -
YUV 85.77 113.47 215.9 -
System Red Green Blue C M Y K H S L
Decimal 209 28 60 0 0.87 0.71 0.18 349.39 0.76 0.46
Hex D1 1C 3C 0 57 47 12 15D 4C 2E
Octal 321 34 74 0 127 107 22 535 114 56
Binary 11010001 11100 111100 0 1010111 1000111 10010 101011101 1001100 101110

Color Harmonies of #D11C3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D11C3C

Black with #D11C3C

Text Example


Text Example

White with #D11C3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D11C3C; }

 p { color: rgb(209,28,60); }

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

background-color css

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

 a { background-color: rgb(209,28,60); }

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

border-color css

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

 span { border-color: rgb(209,28,60); }

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