Html Css Color HEX #C50745 Cardinal

📋 copy color: '#C50745'

red 197 ◦ green 7 ◦ blue 69

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

Shades of Cardinal #C50745

Tints of Cardinal #C50745

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.56%

 BLUE value IS 69 (27.34% from 255) = 25.27%

R = 72.16%
G = 2.56%
B = 25.27%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.65

 K value IS 0.23

RGB Variations

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

Color information

#C50745 (or 0xC50745) is known color: Cardinal. HEX triplet: C5, 07 and 45. RGB value is (197,7,69). Sum of RGB (Red+Green+Blue) = 197+7+69=273 (36% of max value = 765). Red value is 197 (77.34% from 255 or 72.16% from 273); Green value is 7 (3.12% from 255 or 2.56% from 273); Blue value is 69 (27.34% from 255 or 25.27% from 273); Max value from RGB is 197 - color contains mainly: red. Hex color #C50745 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C50745 is #3AF8BA. Grayscale: #464646. Windows color (decimal): -3864763 or 4523973. OLE color: 4523973.

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

Color convert

RGB 197 7 69 -
CMYK 0 0.96 0.65 0.23
HSL 340.42º 0.93% 0.4% -
HSV(B) 340.42º 0.96% 0.77% -
XYZ 24.18 12.45 6.76 -
YUV 70.88 126.95 217.96 -
System Red Green Blue C M Y K H S L
Decimal 197 7 69 0 0.96 0.65 0.23 340.42 0.93 0.4
Hex C5 7 45 0 60 41 17 154 5D 28
Octal 305 7 105 0 140 101 27 524 135 50
Binary 11000101 111 1000101 0 1100000 1000001 10111 101010100 1011101 101000

Color Harmonies of #C50745

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C50745

Black with #C50745

Text Example


Text Example

White with #C50745

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C50745; }

 p { color: rgb(197,7,69); }

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

background-color css

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

 a { background-color: rgb(197,7,69); }

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

border-color css

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

 span { border-color: rgb(197,7,69); }

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