Html Css Color HEX #D3213F Cardinal

📋 copy color: '#D3213F'

red 211 ◦ green 33 ◦ blue 63

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

Shades of Cardinal #D3213F

Tints of Cardinal #D3213F

RGB

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

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

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

R = 68.73%
G = 10.75%
B = 20.52%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.70

 K value IS 0.17

RGB Variations

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

Color information

#D3213F (or 0xD3213F) is known color: Cardinal. HEX triplet: D3, 21 and 3F. RGB value is (211,33,63). Sum of RGB (Red+Green+Blue) = 211+33+63=307 (40% of max value = 765). Red value is 211 (82.81% from 255 or 68.73% from 307); Green value is 33 (13.28% from 255 or 10.75% from 307); Blue value is 63 (25% from 255 or 20.52% from 307); Max value from RGB is 211 - color contains mainly: red. Hex color #D3213F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D3213F is #2CDEC0. Grayscale: #595959. Windows color (decimal): -2940609 or 4137427. OLE color: 4137427.

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

Color convert

RGB 211 33 63 -
CMYK 0 0.84 0.70 0.17
HSL 349.89º 0.73% 0.48% -
HSV(B) 349.89º 0.84% 0.83% -
XYZ 28.31 15.3 6.16 -
YUV 89.64 112.97 214.56 -
System Red Green Blue C M Y K H S L
Decimal 211 33 63 0 0.84 0.70 0.17 349.89 0.73 0.48
Hex D3 21 3F 0 54 46 11 15E 49 30
Octal 323 41 77 0 124 106 21 536 111 60
Binary 11010011 100001 111111 0 1010100 1000110 10001 101011110 1001001 110000

Color Harmonies of #D3213F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3213F

Black with #D3213F

Text Example


Text Example

White with #D3213F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3213F; }

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

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

background-color css

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

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

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

border-color css

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

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

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