Html Css Color HEX #C50D35 Cardinal

📋 copy color: '#C50D35'

red 197 ◦ green 13 ◦ blue 53

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

Shades of Cardinal #C50D35

Tints of Cardinal #C50D35

RGB

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

 GREEN value IS 13 (5.47% from 255) = 4.94%

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

R = 74.9%
G = 4.94%
B = 20.15%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.73

 K value IS 0.23

RGB Variations

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

Color information

#C50D35 (or 0xC50D35) is known color: Cardinal. HEX triplet: C5, 0D and 35. RGB value is (197,13,53). Sum of RGB (Red+Green+Blue) = 197+13+53=263 (34% of max value = 765). Red value is 197 (77.34% from 255 or 74.90% from 263); Green value is 13 (5.47% from 255 or 4.94% from 263); Blue value is 53 (21.09% from 255 or 20.15% from 263); Max value from RGB is 197 - color contains mainly: red. Hex color #C50D35 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C50D35 is #3AF2CA. Grayscale: #484848. Windows color (decimal): -3863243 or 3476933. OLE color: 3476933.

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

Color convert

RGB 197 13 53 -
CMYK 0 0.93 0.73 0.23
HSL 346.96º 0.88% 0.41% -
HSV(B) 346.96º 0.93% 0.77% -
XYZ 23.81 12.42 4.51 -
YUV 72.58 116.96 216.75 -
System Red Green Blue C M Y K H S L
Decimal 197 13 53 0 0.93 0.73 0.23 346.96 0.88 0.41
Hex C5 D 35 0 5D 49 17 15B 58 29
Octal 305 15 65 0 135 111 27 533 130 51
Binary 11000101 1101 110101 0 1011101 1001001 10111 101011011 1011000 101001

Color Harmonies of #C50D35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C50D35

Black with #C50D35

Text Example


Text Example

White with #C50D35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C50D35; }

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

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

background-color css

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

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

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

border-color css

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

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

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