Html Css Color HEX #D3203C Cardinal

📋 copy color: '#D3203C'

red 211 ◦ green 32 ◦ blue 60

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

Shades of Cardinal #D3203C

Tints of Cardinal #D3203C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 19.8%

R = 69.64%
G = 10.56%
B = 19.8%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.72

 K value IS 0.17

RGB Variations

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

Color information

#D3203C (or 0xD3203C) is known color: Cardinal. HEX triplet: D3, 20 and 3C. RGB value is (211,32,60). Sum of RGB (Red+Green+Blue) = 211+32+60=303 (40% of max value = 765). Red value is 211 (82.81% from 255 or 69.64% from 303); Green value is 32 (12.89% from 255 or 10.56% from 303); Blue value is 60 (23.83% from 255 or 19.80% from 303); Max value from RGB is 211 - color contains mainly: red. Hex color #D3203C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D3203C is #2CDFC3. Grayscale: #585858. Windows color (decimal): -2940868 or 3940563. OLE color: 3940563.

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

Color convert

RGB 211 32 60 -
CMYK 0 0.85 0.72 0.17
HSL 350.61º 0.74% 0.48% -
HSV(B) 350.61º 0.85% 0.83% -
XYZ 28.2 15.21 5.72 -
YUV 88.71 111.8 215.22 -
System Red Green Blue C M Y K H S L
Decimal 211 32 60 0 0.85 0.72 0.17 350.61 0.74 0.48
Hex D3 20 3C 0 55 48 11 15F 4A 30
Octal 323 40 74 0 125 110 21 537 112 60
Binary 11010011 100000 111100 0 1010101 1001000 10001 101011111 1001010 110000

Color Harmonies of #D3203C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3203C

Black with #D3203C

Text Example


Text Example

White with #D3203C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3203C; }

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

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

background-color css

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

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

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

border-color css

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

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

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