Html Css Color HEX #D3213D Cardinal

📋 copy color: '#D3213D'

red 211 ◦ green 33 ◦ blue 61

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

Shades of Cardinal #D3213D

Tints of Cardinal #D3213D

RGB

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

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

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

R = 69.18%
G = 10.82%
B = 20%

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

#D3213D (or 0xD3213D) is known color: Cardinal. HEX triplet: D3, 21 and 3D. RGB value is (211,33,61). Sum of RGB (Red+Green+Blue) = 211+33+61=305 (40% of max value = 765). Red value is 211 (82.81% from 255 or 69.18% from 305); Green value is 33 (13.28% from 255 or 10.82% from 305); Blue value is 61 (24.22% from 255 or 20% from 305); Max value from RGB is 211 - color contains mainly: red. Hex color #D3213D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D3213D is #2CDEC2. Grayscale: #595959. Windows color (decimal): -2940611 or 4006355. OLE color: 4006355.

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

Color convert

RGB 211 33 61 -
CMYK 0 0.84 0.71 0.17
HSL 350.56º 0.73% 0.48% -
HSV(B) 350.56º 0.84% 0.83% -
XYZ 28.25 15.27 5.87 -
YUV 89.41 111.97 214.72 -
System Red Green Blue C M Y K H S L
Decimal 211 33 61 0 0.84 0.71 0.17 350.56 0.73 0.48
Hex D3 21 3D 0 54 47 11 15F 49 30
Octal 323 41 75 0 124 107 21 537 111 60
Binary 11010011 100001 111101 0 1010100 1000111 10001 101011111 1001001 110000

Color Harmonies of #D3213D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3213D

Black with #D3213D

Text Example


Text Example

White with #D3213D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3213D; }

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

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

background-color css

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

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

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

border-color css

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

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

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