Html Css Color HEX #C5133E Cardinal

📋 copy color: '#C5133E'

red 197 ◦ green 19 ◦ blue 62

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

Shades of Cardinal #C5133E

Tints of Cardinal #C5133E

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.83%

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

R = 70.86%
G = 6.83%
B = 22.3%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.69

 K value IS 0.23

RGB Variations

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

Color information

#C5133E (or 0xC5133E) is known color: Cardinal. HEX triplet: C5, 13 and 3E. RGB value is (197,19,62). Sum of RGB (Red+Green+Blue) = 197+19+62=278 (36% of max value = 765). Red value is 197 (77.34% from 255 or 70.86% from 278); Green value is 19 (7.81% from 255 or 6.83% from 278); Blue value is 62 (24.61% from 255 or 22.30% from 278); Max value from RGB is 197 - color contains mainly: red. Hex color #C5133E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C5133E is #3AECC1. Grayscale: #4D4D4D. Windows color (decimal): -3861698 or 4068293. OLE color: 4068293.

HSL color Cylindrical-coordinate representation of color #C5133E: hue angle of 345.51º degrees, saturation: 0.82, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C5133E is Cyan = 0, Magento = 0.90, Yellow = 0.69 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 19 62 -
CMYK 0 0.90 0.69 0.23
HSL 345.51º 0.82% 0.42% -
HSV(B) 345.51º 0.9% 0.77% -
XYZ 24.13 12.68 5.73 -
YUV 77.12 119.47 213.5 -
System Red Green Blue C M Y K H S L
Decimal 197 19 62 0 0.90 0.69 0.23 345.51 0.82 0.42
Hex C5 13 3E 0 5A 45 17 15A 52 2A
Octal 305 23 76 0 132 105 27 532 122 52
Binary 11000101 10011 111110 0 1011010 1000101 10111 101011010 1010010 101010

Color Harmonies of #C5133E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5133E

Black with #C5133E

Text Example


Text Example

White with #C5133E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5133E; }

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

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

background-color css

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

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

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

border-color css

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

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

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