Html Css Color HEX #D3213E Cardinal

📋 copy color: '#D3213E'

red 211 ◦ green 33 ◦ blue 62

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

Shades of Cardinal #D3213E

Tints of Cardinal #D3213E

RGB

 RED value IS 211 (82.81% from 255) = 68.95%

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

 BLUE value IS 62 (24.61% from 255) = 20.26%

R = 68.95%
G = 10.78%
B = 20.26%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.71

 K value IS 0.17

RGB Variations

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

Color information

#D3213E (or 0xD3213E) is known color: Cardinal. HEX triplet: D3, 21 and 3E. RGB value is (211,33,62). Sum of RGB (Red+Green+Blue) = 211+33+62=306 (40% of max value = 765). Red value is 211 (82.81% from 255 or 68.95% from 306); Green value is 33 (13.28% from 255 or 10.78% from 306); Blue value is 62 (24.61% from 255 or 20.26% from 306); Max value from RGB is 211 - color contains mainly: red. Hex color #D3213E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D3213E is #2CDEC1. Grayscale: #595959. Windows color (decimal): -2940610 or 4071891. OLE color: 4071891.

HSL color Cylindrical-coordinate representation of color #D3213E: hue angle of 350.22º degrees, saturation: 0.73, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D3213E is Cyan = 0, Magento = 0.84, Yellow = 0.71 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 33 62 -
CMYK 0 0.84 0.71 0.17
HSL 350.22º 0.73% 0.48% -
HSV(B) 350.22º 0.84% 0.83% -
XYZ 28.28 15.28 6.02 -
YUV 89.53 112.47 214.64 -
System Red Green Blue C M Y K H S L
Decimal 211 33 62 0 0.84 0.71 0.17 350.22 0.73 0.48
Hex D3 21 3E 0 54 47 11 15E 49 30
Octal 323 41 76 0 124 107 21 536 111 60
Binary 11010011 100001 111110 0 1010100 1000111 10001 101011110 1001001 110000

Color Harmonies of #D3213E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3213E

Black with #D3213E

Text Example


Text Example

White with #D3213E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3213E; }

 p { color: rgb(211,33,62); }

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

background-color css

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

 a { background-color: rgb(211,33,62); }

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

border-color css

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

 span { border-color: rgb(211,33,62); }

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