Html Css Color HEX #C61035 Cardinal

📋 copy color: '#C61035'

red 198 ◦ green 16 ◦ blue 53

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

Shades of Cardinal #C61035

Tints of Cardinal #C61035

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 19.85%

R = 74.16%
G = 5.99%
B = 19.85%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.73

 K value IS 0.22

RGB Variations

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

Color information

#C61035 (or 0xC61035) is known color: Cardinal. HEX triplet: C6, 10 and 35. RGB value is (198,16,53). Sum of RGB (Red+Green+Blue) = 198+16+53=267 (35% of max value = 765). Red value is 198 (77.73% from 255 or 74.16% from 267); Green value is 16 (6.64% from 255 or 5.99% from 267); Blue value is 53 (21.09% from 255 or 19.85% from 267); Max value from RGB is 198 - color contains mainly: red. Hex color #C61035 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C61035 is #39EFCA. Grayscale: #4A4A4A. Windows color (decimal): -3796939 or 3477702. OLE color: 3477702.

HSL color Cylindrical-coordinate representation of color #C61035: hue angle of 347.8º 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 #C61035 is Cyan = 0, Magento = 0.92, Yellow = 0.73 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 16 53 -
CMYK 0 0.92 0.73 0.22
HSL 347.8º 0.85% 0.42% -
HSV(B) 347.8º 0.92% 0.78% -
XYZ 24.12 12.63 4.54 -
YUV 74.64 115.8 215.99 -
System Red Green Blue C M Y K H S L
Decimal 198 16 53 0 0.92 0.73 0.22 347.8 0.85 0.42
Hex C6 10 35 0 5C 49 16 15C 55 2A
Octal 306 20 65 0 134 111 26 534 125 52
Binary 11000110 10000 110101 0 1011100 1001001 10110 101011100 1010101 101010

Color Harmonies of #C61035

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C61035

Black with #C61035

Text Example


Text Example

White with #C61035

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C61035; }

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

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

background-color css

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

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

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

border-color css

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

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

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