Html Css Color HEX #C61034 Cardinal

📋 copy color: '#C61034'

red 198 ◦ green 16 ◦ blue 52

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

Shades of Cardinal #C61034

Tints of Cardinal #C61034

RGB

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

 GREEN value IS 16 (6.64% from 255) = 6.02%

 BLUE value IS 52 (20.7% from 255) = 19.55%

R = 74.44%
G = 6.02%
B = 19.55%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.74

 K value IS 0.22

RGB Variations

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

Color information

#C61034 (or 0xC61034) is known color: Cardinal. HEX triplet: C6, 10 and 34. RGB value is (198,16,52). Sum of RGB (Red+Green+Blue) = 198+16+52=266 (35% of max value = 765). Red value is 198 (77.73% from 255 or 74.44% from 266); Green value is 16 (6.64% from 255 or 6.02% from 266); Blue value is 52 (20.70% from 255 or 19.55% from 266); Max value from RGB is 198 - color contains mainly: red. Hex color #C61034 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C61034 is #39EFCB. Grayscale: #4A4A4A. Windows color (decimal): -3796940 or 3412166. OLE color: 3412166.

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

Color convert

RGB 198 16 52 -
CMYK 0 0.92 0.74 0.22
HSL 348.13º 0.85% 0.42% -
HSV(B) 348.13º 0.92% 0.78% -
XYZ 24.09 12.62 4.42 -
YUV 74.52 115.3 216.07 -
System Red Green Blue C M Y K H S L
Decimal 198 16 52 0 0.92 0.74 0.22 348.13 0.85 0.42
Hex C6 10 34 0 5C 4A 16 15C 55 2A
Octal 306 20 64 0 134 112 26 534 125 52
Binary 11000110 10000 110100 0 1011100 1001010 10110 101011100 1010101 101010

Color Harmonies of #C61034

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C61034

Black with #C61034

Text Example


Text Example

White with #C61034

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C61034; }

 p { color: rgb(198,16,52); }

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

background-color css

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

 a { background-color: rgb(198,16,52); }

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

border-color css

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

 span { border-color: rgb(198,16,52); }

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