Html Css Color HEX #C5053F Cardinal

📋 copy color: '#C5053F'

red 197 ◦ green 5 ◦ blue 63

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

Shades of Cardinal #C5053F

Tints of Cardinal #C5053F

RGB

 RED value IS 197 (77.34% from 255) = 74.34%

 GREEN value IS 5 (2.34% from 255) = 1.89%

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

R = 74.34%
G = 1.89%
B = 23.77%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.68

 K value IS 0.23

RGB Variations

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

Color information

#C5053F (or 0xC5053F) is known color: Cardinal. HEX triplet: C5, 05 and 3F. RGB value is (197,5,63). Sum of RGB (Red+Green+Blue) = 197+5+63=265 (35% of max value = 765). Red value is 197 (77.34% from 255 or 74.34% from 265); Green value is 5 (2.34% from 255 or 1.89% from 265); Blue value is 63 (25% from 255 or 23.77% from 265); Max value from RGB is 197 - color contains mainly: red. Hex color #C5053F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C5053F is #3AFAC0. Grayscale: #444444. Windows color (decimal): -3865281 or 4130245. OLE color: 4130245.

HSL color Cylindrical-coordinate representation of color #C5053F: hue angle of 341.88º degrees, saturation: 0.95, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C5053F is Cyan = 0, Magento = 0.97, Yellow = 0.68 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 5 63 -
CMYK 0 0.97 0.68 0.23
HSL 341.88º 0.95% 0.4% -
HSV(B) 341.88º 0.97% 0.77% -
XYZ 23.98 12.34 5.82 -
YUV 69.02 124.61 219.28 -
System Red Green Blue C M Y K H S L
Decimal 197 5 63 0 0.97 0.68 0.23 341.88 0.95 0.4
Hex C5 5 3F 0 61 44 17 156 5F 28
Octal 305 5 77 0 141 104 27 526 137 50
Binary 11000101 101 111111 0 1100001 1000100 10111 101010110 1011111 101000

Color Harmonies of #C5053F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5053F

Black with #C5053F

Text Example


Text Example

White with #C5053F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5053F; }

 p { color: rgb(197,5,63); }

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

background-color css

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

 a { background-color: rgb(197,5,63); }

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

border-color css

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

 span { border-color: rgb(197,5,63); }

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