Html Css Color HEX #C50230 Cardinal

📋 copy color: '#C50230'

red 197 ◦ green 2 ◦ blue 48

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

Shades of Cardinal #C50230

Tints of Cardinal #C50230

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.81%

 BLUE value IS 48 (19.14% from 255) = 19.43%

R = 79.76%
G = 0.81%
B = 19.43%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.76

 K value IS 0.23

RGB Variations

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

Color information

#C50230 (or 0xC50230) is known color: Cardinal. HEX triplet: C5, 02 and 30. RGB value is (197,2,48). Sum of RGB (Red+Green+Blue) = 197+2+48=247 (32% of max value = 765). Red value is 197 (77.34% from 255 or 79.76% from 247); Green value is 2 (1.17% from 255 or 0.81% from 247); Blue value is 48 (19.14% from 255 or 19.43% from 247); Max value from RGB is 197 - color contains mainly: red. Hex color #C50230 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C50230 is #3AFDCF. Grayscale: #414141. Windows color (decimal): -3866064 or 3146437. OLE color: 3146437.

HSL color Cylindrical-coordinate representation of color #C50230: hue angle of 345.85º degrees, saturation: 0.98, 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 #C50230 is Cyan = 0, Magento = 0.99, Yellow = 0.76 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 2 48 -
CMYK 0 0.99 0.76 0.23
HSL 345.85º 0.98% 0.39% -
HSV(B) 345.85º 0.99% 0.77% -
XYZ 23.58 12.13 3.89 -
YUV 65.55 118.1 221.76 -
System Red Green Blue C M Y K H S L
Decimal 197 2 48 0 0.99 0.76 0.23 345.85 0.98 0.39
Hex C5 2 30 0 63 4C 17 15A 62 27
Octal 305 2 60 0 143 114 27 532 142 47
Binary 11000101 10 110000 0 1100011 1001100 10111 101011010 1100010 100111

Color Harmonies of #C50230

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C50230

Black with #C50230

Text Example


Text Example

White with #C50230

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C50230; }

 p { color: rgb(197,2,48); }

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

background-color css

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

 a { background-color: rgb(197,2,48); }

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

border-color css

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

 span { border-color: rgb(197,2,48); }

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