Html Css Color HEX #D1213F Cardinal

📋 copy color: '#D1213F'

red 209 ◦ green 33 ◦ blue 63

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

Shades of Cardinal #D1213F

Tints of Cardinal #D1213F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 20.66%

R = 68.52%
G = 10.82%
B = 20.66%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.70

 K value IS 0.18

RGB Variations

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

Color information

#D1213F (or 0xD1213F) is known color: Cardinal. HEX triplet: D1, 21 and 3F. RGB value is (209,33,63). Sum of RGB (Red+Green+Blue) = 209+33+63=305 (40% of max value = 765). Red value is 209 (82.03% from 255 or 68.52% from 305); Green value is 33 (13.28% from 255 or 10.82% from 305); Blue value is 63 (25% from 255 or 20.66% from 305); Max value from RGB is 209 - color contains mainly: red. Hex color #D1213F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D1213F is #2EDEC0. Grayscale: #595959. Windows color (decimal): -3071681 or 4137425. OLE color: 4137425.

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

Color convert

RGB 209 33 63 -
CMYK 0 0.84 0.70 0.18
HSL 349.77º 0.73% 0.47% -
HSV(B) 349.77º 0.84% 0.82% -
XYZ 27.74 15 6.14 -
YUV 89.04 113.31 213.56 -
System Red Green Blue C M Y K H S L
Decimal 209 33 63 0 0.84 0.70 0.18 349.77 0.73 0.47
Hex D1 21 3F 0 54 46 12 15E 49 2F
Octal 321 41 77 0 124 106 22 536 111 57
Binary 11010001 100001 111111 0 1010100 1000110 10010 101011110 1001001 101111

Color Harmonies of #D1213F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1213F

Black with #D1213F

Text Example


Text Example

White with #D1213F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1213F; }

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

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

background-color css

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

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

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

border-color css

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

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

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