Html Css Color HEX #D11F32 Cardinal

📋 copy color: '#D11F32'

red 209 ◦ green 31 ◦ blue 50

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

Shades of Cardinal #D11F32

Tints of Cardinal #D11F32

RGB

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

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

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

R = 72.07%
G = 10.69%
B = 17.24%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.76

 K value IS 0.18

RGB Variations

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

Color information

#D11F32 (or 0xD11F32) is known color: Cardinal. HEX triplet: D1, 1F and 32. RGB value is (209,31,50). Sum of RGB (Red+Green+Blue) = 209+31+50=290 (38% of max value = 765). Red value is 209 (82.03% from 255 or 72.07% from 290); Green value is 31 (12.5% from 255 or 10.69% from 290); Blue value is 50 (19.92% from 255 or 17.24% from 290); Max value from RGB is 209 - color contains mainly: red. Hex color #D11F32 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D11F32 is #2EE0CD. Grayscale: #565656. Windows color (decimal): -3072206 or 3284945. OLE color: 3284945.

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

Color convert

RGB 209 31 50 -
CMYK 0 0.85 0.76 0.18
HSL 353.6º 0.74% 0.47% -
HSV(B) 353.6º 0.85% 0.82% -
XYZ 27.36 14.77 4.43 -
YUV 86.39 107.47 215.46 -
System Red Green Blue C M Y K H S L
Decimal 209 31 50 0 0.85 0.76 0.18 353.6 0.74 0.47
Hex D1 1F 32 0 55 4C 12 162 4A 2F
Octal 321 37 62 0 125 114 22 542 112 57
Binary 11010001 11111 110010 0 1010101 1001100 10010 101100010 1001010 101111

Color Harmonies of #D11F32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D11F32

Black with #D11F32

Text Example


Text Example

White with #D11F32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D11F32; }

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

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

background-color css

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

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

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

border-color css

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

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

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