Html Css Color HEX #C61730 Cardinal

📋 copy color: '#C61730'

red 198 ◦ green 23 ◦ blue 48

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

Shades of Cardinal #C61730

Tints of Cardinal #C61730

RGB

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

 GREEN value IS 23 (9.38% from 255) = 8.55%

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

R = 73.61%
G = 8.55%
B = 17.84%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.76

 K value IS 0.22

RGB Variations

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

Color information

#C61730 (or 0xC61730) is known color: Cardinal. HEX triplet: C6, 17 and 30. RGB value is (198,23,48). Sum of RGB (Red+Green+Blue) = 198+23+48=269 (35% of max value = 765). Red value is 198 (77.73% from 255 or 73.61% from 269); Green value is 23 (9.38% from 255 or 8.55% from 269); Blue value is 48 (19.14% from 255 or 17.84% from 269); Max value from RGB is 198 - color contains mainly: red. Hex color #C61730 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C61730 is #39E8CF. Grayscale: #4E4E4E. Windows color (decimal): -3795152 or 3151814. OLE color: 3151814.

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

Color convert

RGB 198 23 48 -
CMYK 0 0.88 0.76 0.22
HSL 351.43º 0.79% 0.43% -
HSV(B) 351.43º 0.88% 0.78% -
XYZ 24.13 12.83 4 -
YUV 78.18 110.98 213.47 -
System Red Green Blue C M Y K H S L
Decimal 198 23 48 0 0.88 0.76 0.22 351.43 0.79 0.43
Hex C6 17 30 0 58 4C 16 15F 4F 2B
Octal 306 27 60 0 130 114 26 537 117 53
Binary 11000110 10111 110000 0 1011000 1001100 10110 101011111 1001111 101011

Color Harmonies of #C61730

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C61730

Black with #C61730

Text Example


Text Example

White with #C61730

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C61730; }

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

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

background-color css

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

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

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

border-color css

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

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

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