Html Css Color HEX #C5253E Cardinal

📋 copy color: '#C5253E'

red 197 ◦ green 37 ◦ blue 62

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

Shades of Cardinal #C5253E

Tints of Cardinal #C5253E

RGB

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

 GREEN value IS 37 (14.84% from 255) = 12.5%

 BLUE value IS 62 (24.61% from 255) = 20.95%

R = 66.55%
G = 12.5%
B = 20.95%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.69

 K value IS 0.23

RGB Variations

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

Color information

#C5253E (or 0xC5253E) is known color: Cardinal. HEX triplet: C5, 25 and 3E. RGB value is (197,37,62). Sum of RGB (Red+Green+Blue) = 197+37+62=296 (39% of max value = 765). Red value is 197 (77.34% from 255 or 66.55% from 296); Green value is 37 (14.84% from 255 or 12.5% from 296); Blue value is 62 (24.61% from 255 or 20.95% from 296); Max value from RGB is 197 - color contains mainly: red. Hex color #C5253E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C5253E is #3ADAC1. Grayscale: #575757. Windows color (decimal): -3857090 or 4072901. OLE color: 4072901.

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

Color convert

RGB 197 37 62 -
CMYK 0 0.81 0.69 0.23
HSL 350.63º 0.68% 0.46% -
HSV(B) 350.63º 0.81% 0.77% -
XYZ 24.56 13.54 5.88 -
YUV 87.69 113.51 205.97 -
System Red Green Blue C M Y K H S L
Decimal 197 37 62 0 0.81 0.69 0.23 350.63 0.68 0.46
Hex C5 25 3E 0 51 45 17 15F 44 2E
Octal 305 45 76 0 121 105 27 537 104 56
Binary 11000101 100101 111110 0 1010001 1000101 10111 101011111 1000100 101110

Color Harmonies of #C5253E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5253E

Black with #C5253E

Text Example


Text Example

White with #C5253E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5253E; }

 p { color: rgb(197,37,62); }

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

background-color css

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

 a { background-color: rgb(197,37,62); }

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

border-color css

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

 span { border-color: rgb(197,37,62); }

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