Html Css Color HEX #D11D35 Cardinal

📋 copy color: '#D11D35'

red 209 ◦ green 29 ◦ blue 53

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

Shades of Cardinal #D11D35

Tints of Cardinal #D11D35

RGB

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

 GREEN value IS 29 (11.72% from 255) = 9.97%

 BLUE value IS 53 (21.09% from 255) = 18.21%

R = 71.82%
G = 9.97%
B = 18.21%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.75

 K value IS 0.18

RGB Variations

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

Color information

#D11D35 (or 0xD11D35) is known color: Cardinal. HEX triplet: D1, 1D and 35. RGB value is (209,29,53). Sum of RGB (Red+Green+Blue) = 209+29+53=291 (38% of max value = 765). Red value is 209 (82.03% from 255 or 71.82% from 291); Green value is 29 (11.72% from 255 or 9.97% from 291); Blue value is 53 (21.09% from 255 or 18.21% from 291); Max value from RGB is 209 - color contains mainly: red. Hex color #D11D35 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D11D35 is #2EE2CA. Grayscale: #555555. Windows color (decimal): -3072715 or 3481041. OLE color: 3481041.

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

Color convert

RGB 209 29 53 -
CMYK 0 0.86 0.75 0.18
HSL 352º 0.76% 0.47% -
HSV(B) 352º 0.86% 0.82% -
XYZ 27.38 14.69 4.76 -
YUV 85.56 109.63 216.05 -
System Red Green Blue C M Y K H S L
Decimal 209 29 53 0 0.86 0.75 0.18 352 0.76 0.47
Hex D1 1D 35 0 56 4B 12 160 4C 2F
Octal 321 35 65 0 126 113 22 540 114 57
Binary 11010001 11101 110101 0 1010110 1001011 10010 101100000 1001100 101111

Color Harmonies of #D11D35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D11D35

Black with #D11D35

Text Example


Text Example

White with #D11D35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D11D35; }

 p { color: rgb(209,29,53); }

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

background-color css

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

 a { background-color: rgb(209,29,53); }

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

border-color css

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

 span { border-color: rgb(209,29,53); }

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