Html Css Color HEX #C61130 Cardinal

📋 copy color: '#C61130'

red 198 ◦ green 17 ◦ blue 48

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

Shades of Cardinal #C61130

Tints of Cardinal #C61130

RGB

 RED value IS 198 (77.73% from 255) = 75.29%

 GREEN value IS 17 (7.03% from 255) = 6.46%

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

R = 75.29%
G = 6.46%
B = 18.25%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.76

 K value IS 0.22

RGB Variations

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

Color information

#C61130 (or 0xC61130) is known color: Cardinal. HEX triplet: C6, 11 and 30. RGB value is (198,17,48). Sum of RGB (Red+Green+Blue) = 198+17+48=263 (34% of max value = 765). Red value is 198 (77.73% from 255 or 75.29% from 263); Green value is 17 (7.03% from 255 or 6.46% from 263); Blue value is 48 (19.14% from 255 or 18.25% from 263); Max value from RGB is 198 - color contains mainly: red. Hex color #C61130 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C61130 is #39EECF. Grayscale: #4A4A4A. Windows color (decimal): -3796688 or 3150278. OLE color: 3150278.

HSL color Cylindrical-coordinate representation of color #C61130: hue angle of 349.72º degrees, saturation: 0.84, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C61130 is Cyan = 0, Magento = 0.91, Yellow = 0.76 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 17 48 -
CMYK 0 0.91 0.76 0.22
HSL 349.72º 0.84% 0.42% -
HSV(B) 349.72º 0.91% 0.78% -
XYZ 24.02 12.62 3.97 -
YUV 74.65 112.97 215.98 -
System Red Green Blue C M Y K H S L
Decimal 198 17 48 0 0.91 0.76 0.22 349.72 0.84 0.42
Hex C6 11 30 0 5B 4C 16 15E 54 2A
Octal 306 21 60 0 133 114 26 536 124 52
Binary 11000110 10001 110000 0 1011011 1001100 10110 101011110 1010100 101010

Color Harmonies of #C61130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C61130

Black with #C61130

Text Example


Text Example

White with #C61130

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C61130; }

 p { color: rgb(198,17,48); }

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

background-color css

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

 a { background-color: rgb(198,17,48); }

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

border-color css

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

 span { border-color: rgb(198,17,48); }

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