Html Css Color HEX #C50135 Cardinal

📋 copy color: '#C50135'

red 197 ◦ green 1 ◦ blue 53

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

Shades of Cardinal #C50135

Tints of Cardinal #C50135

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.4%

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

R = 78.49%
G = 0.4%
B = 21.12%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.73

 K value IS 0.23

RGB Variations

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

Color information

#C50135 (or 0xC50135) is known color: Cardinal. HEX triplet: C5, 01 and 35. RGB value is (197,1,53). Sum of RGB (Red+Green+Blue) = 197+1+53=251 (33% of max value = 765). Red value is 197 (77.34% from 255 or 78.49% from 251); Green value is 1 (0.78% from 255 or 0.40% from 251); Blue value is 53 (21.09% from 255 or 21.12% from 251); Max value from RGB is 197 - color contains mainly: red. Hex color #C50135 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C50135 is #3AFECA. Grayscale: #414141. Windows color (decimal): -3866315 or 3473861. OLE color: 3473861.

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

Color convert

RGB 197 1 53 -
CMYK 0 0.99 0.73 0.23
HSL 344.08º 0.99% 0.39% -
HSV(B) 344.08º 0.99% 0.77% -
XYZ 23.68 12.15 4.47 -
YUV 65.53 120.93 221.77 -
System Red Green Blue C M Y K H S L
Decimal 197 1 53 0 0.99 0.73 0.23 344.08 0.99 0.39
Hex C5 1 35 0 63 49 17 158 63 27
Octal 305 1 65 0 143 111 27 530 143 47
Binary 11000101 1 110101 0 1100011 1001001 10111 101011000 1100011 100111

Color Harmonies of #C50135

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C50135

Black with #C50135

Text Example


Text Example

White with #C50135

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C50135; }

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

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

background-color css

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

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

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

border-color css

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

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

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