Html Css Color HEX #D3203A Cardinal

📋 copy color: '#D3203A'

red 211 ◦ green 32 ◦ blue 58

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

Shades of Cardinal #D3203A

Tints of Cardinal #D3203A

RGB

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

 GREEN value IS 32 (12.89% from 255) = 10.63%

 BLUE value IS 58 (23.05% from 255) = 19.27%

R = 70.1%
G = 10.63%
B = 19.27%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.73

 K value IS 0.17

RGB Variations

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

Color information

#D3203A (or 0xD3203A) is known color: Cardinal. HEX triplet: D3, 20 and 3A. RGB value is (211,32,58). Sum of RGB (Red+Green+Blue) = 211+32+58=301 (39% of max value = 765). Red value is 211 (82.81% from 255 or 70.10% from 301); Green value is 32 (12.89% from 255 or 10.63% from 301); Blue value is 58 (23.05% from 255 or 19.27% from 301); Max value from RGB is 211 - color contains mainly: red. Hex color #D3203A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D3203A is #2CDFC5. Grayscale: #585858. Windows color (decimal): -2940870 or 3809491. OLE color: 3809491.

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

Color convert

RGB 211 32 58 -
CMYK 0 0.85 0.73 0.17
HSL 351.28º 0.74% 0.48% -
HSV(B) 351.28º 0.85% 0.83% -
XYZ 28.14 15.19 5.45 -
YUV 88.49 110.8 215.39 -
System Red Green Blue C M Y K H S L
Decimal 211 32 58 0 0.85 0.73 0.17 351.28 0.74 0.48
Hex D3 20 3A 0 55 49 11 15F 4A 30
Octal 323 40 72 0 125 111 21 537 112 60
Binary 11010011 100000 111010 0 1010101 1001001 10001 101011111 1001010 110000

Color Harmonies of #D3203A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3203A

Black with #D3203A

Text Example


Text Example

White with #D3203A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3203A; }

 p { color: rgb(211,32,58); }

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

background-color css

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

 a { background-color: rgb(211,32,58); }

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

border-color css

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

 span { border-color: rgb(211,32,58); }

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