Html Css Color HEX #C50341 Cardinal

📋 copy color: '#C50341'

red 197 ◦ green 3 ◦ blue 65

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

Shades of Cardinal #C50341

Tints of Cardinal #C50341

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.13%

 BLUE value IS 65 (25.78% from 255) = 24.53%

R = 74.34%
G = 1.13%
B = 24.53%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.67

 K value IS 0.23

RGB Variations

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

Color information

#C50341 (or 0xC50341) is known color: Cardinal. HEX triplet: C5, 03 and 41. RGB value is (197,3,65). Sum of RGB (Red+Green+Blue) = 197+3+65=265 (35% of max value = 765). Red value is 197 (77.34% from 255 or 74.34% from 265); Green value is 3 (1.56% from 255 or 1.13% from 265); Blue value is 65 (25.78% from 255 or 24.53% from 265); Max value from RGB is 197 - color contains mainly: red. Hex color #C50341 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C50341 is #3AFCBE. Grayscale: #444444. Windows color (decimal): -3865791 or 4260805. OLE color: 4260805.

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

Color convert

RGB 197 3 65 -
CMYK 0 0.98 0.67 0.23
HSL 340.82º 0.97% 0.39% -
HSV(B) 340.82º 0.98% 0.77% -
XYZ 24.01 12.32 6.11 -
YUV 68.07 126.27 219.96 -
System Red Green Blue C M Y K H S L
Decimal 197 3 65 0 0.98 0.67 0.23 340.82 0.97 0.39
Hex C5 3 41 0 62 43 17 155 61 27
Octal 305 3 101 0 142 103 27 525 141 47
Binary 11000101 11 1000001 0 1100010 1000011 10111 101010101 1100001 100111

Color Harmonies of #C50341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C50341

Black with #C50341

Text Example


Text Example

White with #C50341

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C50341; }

 p { color: rgb(197,3,65); }

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

background-color css

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

 a { background-color: rgb(197,3,65); }

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

border-color css

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

 span { border-color: rgb(197,3,65); }

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