Html Css Color HEX #C50B2E Cardinal

📋 copy color: '#C50B2E'

red 197 ◦ green 11 ◦ blue 46

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

Shades of Cardinal #C50B2E

Tints of Cardinal #C50B2E

RGB

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

 GREEN value IS 11 (4.69% from 255) = 4.33%

 BLUE value IS 46 (18.36% from 255) = 18.11%

R = 77.56%
G = 4.33%
B = 18.11%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.77

 K value IS 0.23

RGB Variations

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

Color information

#C50B2E (or 0xC50B2E) is known color: Cardinal. HEX triplet: C5, 0B and 2E. RGB value is (197,11,46). Sum of RGB (Red+Green+Blue) = 197+11+46=254 (33% of max value = 765). Red value is 197 (77.34% from 255 or 77.56% from 254); Green value is 11 (4.69% from 255 or 4.33% from 254); Blue value is 46 (18.36% from 255 or 18.11% from 254); Max value from RGB is 197 - color contains mainly: red. Hex color #C50B2E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C50B2E is #3AF4D1. Grayscale: #464646. Windows color (decimal): -3863762 or 3017669. OLE color: 3017669.

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

Color convert

RGB 197 11 46 -
CMYK 0 0.94 0.77 0.23
HSL 348.71º 0.89% 0.41% -
HSV(B) 348.71º 0.94% 0.77% -
XYZ 23.64 12.31 3.71 -
YUV 70.6 114.12 218.15 -
System Red Green Blue C M Y K H S L
Decimal 197 11 46 0 0.94 0.77 0.23 348.71 0.89 0.41
Hex C5 B 2E 0 5E 4D 17 15D 59 29
Octal 305 13 56 0 136 115 27 535 131 51
Binary 11000101 1011 101110 0 1011110 1001101 10111 101011101 1011001 101001

Color Harmonies of #C50B2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C50B2E

Black with #C50B2E

Text Example


Text Example

White with #C50B2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C50B2E; }

 p { color: rgb(197,11,46); }

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

background-color css

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

 a { background-color: rgb(197,11,46); }

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

border-color css

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

 span { border-color: rgb(197,11,46); }

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