Html Css Color HEX #D1213D Cardinal

📋 copy color: '#D1213D'

red 209 ◦ green 33 ◦ blue 61

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

Shades of Cardinal #D1213D

Tints of Cardinal #D1213D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 20.13%

R = 68.98%
G = 10.89%
B = 20.13%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.71

 K value IS 0.18

RGB Variations

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

Color information

#D1213D (or 0xD1213D) is known color: Cardinal. HEX triplet: D1, 21 and 3D. RGB value is (209,33,61). Sum of RGB (Red+Green+Blue) = 209+33+61=303 (40% of max value = 765). Red value is 209 (82.03% from 255 or 68.98% from 303); Green value is 33 (13.28% from 255 or 10.89% from 303); Blue value is 61 (24.22% from 255 or 20.13% from 303); Max value from RGB is 209 - color contains mainly: red. Hex color #D1213D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D1213D is #2EDEC2. Grayscale: #585858. Windows color (decimal): -3071683 or 4006353. OLE color: 4006353.

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

Color convert

RGB 209 33 61 -
CMYK 0 0.84 0.71 0.18
HSL 350.45º 0.73% 0.47% -
HSV(B) 350.45º 0.84% 0.82% -
XYZ 27.68 14.98 5.85 -
YUV 88.82 112.31 213.72 -
System Red Green Blue C M Y K H S L
Decimal 209 33 61 0 0.84 0.71 0.18 350.45 0.73 0.47
Hex D1 21 3D 0 54 47 12 15E 49 2F
Octal 321 41 75 0 124 107 22 536 111 57
Binary 11010001 100001 111101 0 1010100 1000111 10010 101011110 1001001 101111

Color Harmonies of #D1213D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1213D

Black with #D1213D

Text Example


Text Example

White with #D1213D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1213D; }

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

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

background-color css

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

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

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

border-color css

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

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

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