Html Css Color HEX #C50035 Cardinal

📋 copy color: '#C50035'

red 197 ◦ green 0 ◦ blue 53

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

Shades of Cardinal #C50035

Tints of Cardinal #C50035

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 53 (21.09% from 255) = 21.2%

R = 78.8%
G = 0%
B = 21.2%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.73

 K value IS 0.23

RGB Variations

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

Color information

#C50035 (or 0xC50035) is known color: Cardinal. HEX triplet: C5, 00 and 35. RGB value is (197,0,53). Sum of RGB (Red+Green+Blue) = 197+0+53=250 (33% of max value = 765). Red value is 197 (77.34% from 255 or 78.8% from 250); Green value is 0 (0.39% from 255 or 0% from 250); Blue value is 53 (21.09% from 255 or 21.2% from 250); Max value from RGB is 197 - color contains mainly: red. Hex color #C50035 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C50035 is #3AFFCA. Grayscale: #404040. Windows color (decimal): -3866571 or 3473605. OLE color: 3473605.

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

Color convert

RGB 197 0 53 -
CMYK 0 1 0.73 0.23
HSL 343.86º 1% 0.39% -
HSV(B) 343.86º 1% 0.77% -
XYZ 23.67 12.13 4.46 -
YUV 64.95 121.27 222.19 -
System Red Green Blue C M Y K H S L
Decimal 197 0 53 0 1 0.73 0.23 343.86 1 0.39
Hex C5 0 35 0 64 49 17 158 64 27
Octal 305 0 65 0 144 111 27 530 144 47
Binary 11000101 0 110101 0 1100100 1001001 10111 101011000 1100100 100111

Color Harmonies of #C50035

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C50035

Black with #C50035

Text Example


Text Example

White with #C50035

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C50035; }

 p { color: rgb(197,0,53); }

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

background-color css

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

 a { background-color: rgb(197,0,53); }

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

border-color css

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

 span { border-color: rgb(197,0,53); }

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