Html Css Color HEX #C50430 Cardinal

📋 copy color: '#C50430'

red 197 ◦ green 4 ◦ blue 48

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

Shades of Cardinal #C50430

Tints of Cardinal #C50430

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.61%

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

R = 79.12%
G = 1.61%
B = 19.28%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.76

 K value IS 0.23

RGB Variations

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

Color information

#C50430 (or 0xC50430) is known color: Cardinal. HEX triplet: C5, 04 and 30. RGB value is (197,4,48). Sum of RGB (Red+Green+Blue) = 197+4+48=249 (32% of max value = 765). Red value is 197 (77.34% from 255 or 79.12% from 249); Green value is 4 (1.95% from 255 or 1.61% from 249); Blue value is 48 (19.14% from 255 or 19.28% from 249); Max value from RGB is 197 - color contains mainly: red. Hex color #C50430 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C50430 is #3AFBCF. Grayscale: #424242. Windows color (decimal): -3865552 or 3146949. OLE color: 3146949.

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

Color convert

RGB 197 4 48 -
CMYK 0 0.98 0.76 0.23
HSL 346.32º 0.96% 0.39% -
HSV(B) 346.32º 0.98% 0.77% -
XYZ 23.6 12.17 3.9 -
YUV 66.72 117.44 220.92 -
System Red Green Blue C M Y K H S L
Decimal 197 4 48 0 0.98 0.76 0.23 346.32 0.96 0.39
Hex C5 4 30 0 62 4C 17 15A 60 27
Octal 305 4 60 0 142 114 27 532 140 47
Binary 11000101 100 110000 0 1100010 1001100 10111 101011010 1100000 100111

Color Harmonies of #C50430

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C50430

Black with #C50430

Text Example


Text Example

White with #C50430

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C50430; }

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

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

background-color css

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

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

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

border-color css

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

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

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