Html Css Color HEX #D1213A Cardinal

📋 copy color: '#D1213A'

red 209 ◦ green 33 ◦ blue 58

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

Shades of Cardinal #D1213A

Tints of Cardinal #D1213A

RGB

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

 GREEN value IS 33 (13.28% from 255) = 11%

 BLUE value IS 58 (23.05% from 255) = 19.33%

R = 69.67%
G = 11%
B = 19.33%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.72

 K value IS 0.18

RGB Variations

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

Color information

#D1213A (or 0xD1213A) is known color: Cardinal. HEX triplet: D1, 21 and 3A. RGB value is (209,33,58). Sum of RGB (Red+Green+Blue) = 209+33+58=300 (39% of max value = 765). Red value is 209 (82.03% from 255 or 69.67% from 300); Green value is 33 (13.28% from 255 or 11% from 300); Blue value is 58 (23.05% from 255 or 19.33% from 300); Max value from RGB is 209 - color contains mainly: red. Hex color #D1213A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D1213A is #2EDEC5. Grayscale: #585858. Windows color (decimal): -3071686 or 3809745. OLE color: 3809745.

HSL color Cylindrical-coordinate representation of color #D1213A: hue angle of 351.48º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D1213A is Cyan = 0, Magento = 0.84, Yellow = 0.72 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 33 58 -
CMYK 0 0.84 0.72 0.18
HSL 351.48º 0.73% 0.47% -
HSV(B) 351.48º 0.84% 0.82% -
XYZ 27.6 14.95 5.43 -
YUV 88.47 110.81 213.97 -
System Red Green Blue C M Y K H S L
Decimal 209 33 58 0 0.84 0.72 0.18 351.48 0.73 0.47
Hex D1 21 3A 0 54 48 12 15F 49 2F
Octal 321 41 72 0 124 110 22 537 111 57
Binary 11010001 100001 111010 0 1010100 1001000 10010 101011111 1001001 101111

Color Harmonies of #D1213A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1213A

Black with #D1213A

Text Example


Text Example

White with #D1213A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1213A; }

 p { color: rgb(209,33,58); }

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

background-color css

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

 a { background-color: rgb(209,33,58); }

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

border-color css

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

 span { border-color: rgb(209,33,58); }

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