Html Css Color HEX #D3213B Cardinal

📋 copy color: '#D3213B'

red 211 ◦ green 33 ◦ blue 59

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

Shades of Cardinal #D3213B

Tints of Cardinal #D3213B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 19.47%

R = 69.64%
G = 10.89%
B = 19.47%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.72

 K value IS 0.17

RGB Variations

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

Color information

#D3213B (or 0xD3213B) is known color: Cardinal. HEX triplet: D3, 21 and 3B. RGB value is (211,33,59). Sum of RGB (Red+Green+Blue) = 211+33+59=303 (40% of max value = 765). Red value is 211 (82.81% from 255 or 69.64% from 303); Green value is 33 (13.28% from 255 or 10.89% from 303); Blue value is 59 (23.44% from 255 or 19.47% from 303); Max value from RGB is 211 - color contains mainly: red. Hex color #D3213B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D3213B is #2CDEC4. Grayscale: #595959. Windows color (decimal): -2940613 or 3875283. OLE color: 3875283.

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

Color convert

RGB 211 33 59 -
CMYK 0 0.84 0.72 0.17
HSL 351.24º 0.73% 0.48% -
HSV(B) 351.24º 0.84% 0.83% -
XYZ 28.2 15.25 5.6 -
YUV 89.19 110.97 214.89 -
System Red Green Blue C M Y K H S L
Decimal 211 33 59 0 0.84 0.72 0.17 351.24 0.73 0.48
Hex D3 21 3B 0 54 48 11 15F 49 30
Octal 323 41 73 0 124 110 21 537 111 60
Binary 11010011 100001 111011 0 1010100 1001000 10001 101011111 1001001 110000

Color Harmonies of #D3213B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3213B

Black with #D3213B

Text Example


Text Example

White with #D3213B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3213B; }

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

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

background-color css

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

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

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

border-color css

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

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

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