Html Css Color HEX #C50330 Cardinal

📋 copy color: '#C50330'

red 197 ◦ green 3 ◦ blue 48

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

Shades of Cardinal #C50330

Tints of Cardinal #C50330

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.21%

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

R = 79.44%
G = 1.21%
B = 19.35%

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

#C50330 (or 0xC50330) is known color: Cardinal. HEX triplet: C5, 03 and 30. RGB value is (197,3,48). Sum of RGB (Red+Green+Blue) = 197+3+48=248 (32% of max value = 765). Red value is 197 (77.34% from 255 or 79.44% from 248); Green value is 3 (1.56% from 255 or 1.21% from 248); Blue value is 48 (19.14% from 255 or 19.35% from 248); Max value from RGB is 197 - color contains mainly: red. Hex color #C50330 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C50330 is #3AFCCF. Grayscale: #424242. Windows color (decimal): -3865808 or 3146693. OLE color: 3146693.

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

Color convert

RGB 197 3 48 -
CMYK 0 0.98 0.76 0.23
HSL 346.08º 0.97% 0.39% -
HSV(B) 346.08º 0.98% 0.77% -
XYZ 23.59 12.15 3.9 -
YUV 66.14 117.77 221.34 -
System Red Green Blue C M Y K H S L
Decimal 197 3 48 0 0.98 0.76 0.23 346.08 0.97 0.39
Hex C5 3 30 0 62 4C 17 15A 61 27
Octal 305 3 60 0 142 114 27 532 141 47
Binary 11000101 11 110000 0 1100010 1001100 10111 101011010 1100001 100111

Color Harmonies of #C50330

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C50330

Black with #C50330

Text Example


Text Example

White with #C50330

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C50330; }

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

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

background-color css

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

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

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

border-color css

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

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

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