Html Css Color HEX #D11B32 Cardinal

📋 copy color: '#D11B32'

red 209 ◦ green 27 ◦ blue 50

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

Shades of Cardinal #D11B32

Tints of Cardinal #D11B32

RGB

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

 GREEN value IS 27 (10.94% from 255) = 9.44%

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

R = 73.08%
G = 9.44%
B = 17.48%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.76

 K value IS 0.18

RGB Variations

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

Color information

#D11B32 (or 0xD11B32) is known color: Cardinal. HEX triplet: D1, 1B and 32. RGB value is (209,27,50). Sum of RGB (Red+Green+Blue) = 209+27+50=286 (37% of max value = 765). Red value is 209 (82.03% from 255 or 73.08% from 286); Green value is 27 (10.94% from 255 or 9.44% from 286); Blue value is 50 (19.92% from 255 or 17.48% from 286); Max value from RGB is 209 - color contains mainly: red. Hex color #D11B32 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D11B32 is #2EE4CD. Grayscale: #545454. Windows color (decimal): -3073230 or 3283921. OLE color: 3283921.

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

Color convert

RGB 209 27 50 -
CMYK 0 0.87 0.76 0.18
HSL 352.42º 0.77% 0.46% -
HSV(B) 352.42º 0.87% 0.82% -
XYZ 27.26 14.57 4.39 -
YUV 84.04 108.8 217.13 -
System Red Green Blue C M Y K H S L
Decimal 209 27 50 0 0.87 0.76 0.18 352.42 0.77 0.46
Hex D1 1B 32 0 57 4C 12 160 4D 2E
Octal 321 33 62 0 127 114 22 540 115 56
Binary 11010001 11011 110010 0 1010111 1001100 10010 101100000 1001101 101110

Color Harmonies of #D11B32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D11B32

Black with #D11B32

Text Example


Text Example

White with #D11B32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D11B32; }

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

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

background-color css

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

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

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

border-color css

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

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

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