Html Css Color HEX #C5273A Cardinal

📋 copy color: '#C5273A'

red 197 ◦ green 39 ◦ blue 58

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

Shades of Cardinal #C5273A

Tints of Cardinal #C5273A

RGB

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

 GREEN value IS 39 (15.63% from 255) = 13.27%

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

R = 67.01%
G = 13.27%
B = 19.73%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.71

 K value IS 0.23

RGB Variations

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

Color information

#C5273A (or 0xC5273A) is known color: Cardinal. HEX triplet: C5, 27 and 3A. RGB value is (197,39,58). Sum of RGB (Red+Green+Blue) = 197+39+58=294 (38% of max value = 765). Red value is 197 (77.34% from 255 or 67.01% from 294); Green value is 39 (15.62% from 255 or 13.27% from 294); Blue value is 58 (23.05% from 255 or 19.73% from 294); Max value from RGB is 197 - color contains mainly: red. Hex color #C5273A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C5273A is #3AD8C5. Grayscale: #585858. Windows color (decimal): -3856582 or 3811269. OLE color: 3811269.

HSL color Cylindrical-coordinate representation of color #C5273A: hue angle of 352.78º degrees, saturation: 0.67, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C5273A is Cyan = 0, Magento = 0.80, Yellow = 0.71 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 39 58 -
CMYK 0 0.80 0.71 0.23
HSL 352.78º 0.67% 0.46% -
HSV(B) 352.78º 0.8% 0.77% -
XYZ 24.52 13.63 5.34 -
YUV 88.41 110.85 205.46 -
System Red Green Blue C M Y K H S L
Decimal 197 39 58 0 0.80 0.71 0.23 352.78 0.67 0.46
Hex C5 27 3A 0 50 47 17 161 43 2E
Octal 305 47 72 0 120 107 27 541 103 56
Binary 11000101 100111 111010 0 1010000 1000111 10111 101100001 1000011 101110

Color Harmonies of #C5273A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5273A

Black with #C5273A

Text Example


Text Example

White with #C5273A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5273A; }

 p { color: rgb(197,39,58); }

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

background-color css

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

 a { background-color: rgb(197,39,58); }

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

border-color css

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

 span { border-color: rgb(197,39,58); }

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