Html Css Color HEX #D11E32 Cardinal

📋 copy color: '#D11E32'

red 209 ◦ green 30 ◦ blue 50

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

Shades of Cardinal #D11E32

Tints of Cardinal #D11E32

RGB

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

 GREEN value IS 30 (12.11% from 255) = 10.38%

 BLUE value IS 50 (19.92% from 255) = 17.3%

R = 72.32%
G = 10.38%
B = 17.3%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.76

 K value IS 0.18

RGB Variations

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

Color information

#D11E32 (or 0xD11E32) is known color: Cardinal. HEX triplet: D1, 1E and 32. RGB value is (209,30,50). Sum of RGB (Red+Green+Blue) = 209+30+50=289 (38% of max value = 765). Red value is 209 (82.03% from 255 or 72.32% from 289); Green value is 30 (12.11% from 255 or 10.38% from 289); Blue value is 50 (19.92% from 255 or 17.30% from 289); Max value from RGB is 209 - color contains mainly: red. Hex color #D11E32 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D11E32 is #2EE1CD. Grayscale: #555555. Windows color (decimal): -3072462 or 3284689. OLE color: 3284689.

HSL color Cylindrical-coordinate representation of color #D11E32: hue angle of 353.3º degrees, saturation: 0.75, 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 #D11E32 is Cyan = 0, Magento = 0.86, Yellow = 0.76 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 30 50 -
CMYK 0 0.86 0.76 0.18
HSL 353.3º 0.75% 0.47% -
HSV(B) 353.3º 0.86% 0.82% -
XYZ 27.33 14.71 4.42 -
YUV 85.8 107.8 215.87 -
System Red Green Blue C M Y K H S L
Decimal 209 30 50 0 0.86 0.76 0.18 353.3 0.75 0.47
Hex D1 1E 32 0 56 4C 12 161 4B 2F
Octal 321 36 62 0 126 114 22 541 113 57
Binary 11010001 11110 110010 0 1010110 1001100 10010 101100001 1001011 101111

Color Harmonies of #D11E32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D11E32

Black with #D11E32

Text Example


Text Example

White with #D11E32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D11E32; }

 p { color: rgb(209,30,50); }

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

background-color css

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

 a { background-color: rgb(209,30,50); }

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

border-color css

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

 span { border-color: rgb(209,30,50); }

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