Html Css Color HEX #C6152E Cardinal

📋 copy color: '#C6152E'

red 198 ◦ green 21 ◦ blue 46

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

Shades of Cardinal #C6152E

Tints of Cardinal #C6152E

RGB

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

 GREEN value IS 21 (8.59% from 255) = 7.92%

 BLUE value IS 46 (18.36% from 255) = 17.36%

R = 74.72%
G = 7.92%
B = 17.36%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.77

 K value IS 0.22

RGB Variations

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

Color information

#C6152E (or 0xC6152E) is known color: Cardinal. HEX triplet: C6, 15 and 2E. RGB value is (198,21,46). Sum of RGB (Red+Green+Blue) = 198+21+46=265 (35% of max value = 765). Red value is 198 (77.73% from 255 or 74.72% from 265); Green value is 21 (8.59% from 255 or 7.92% from 265); Blue value is 46 (18.36% from 255 or 17.36% from 265); Max value from RGB is 198 - color contains mainly: red. Hex color #C6152E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C6152E is #39EAD1. Grayscale: #4C4C4C. Windows color (decimal): -3795666 or 3020230. OLE color: 3020230.

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

Color convert

RGB 198 21 46 -
CMYK 0 0.89 0.77 0.22
HSL 351.53º 0.81% 0.43% -
HSV(B) 351.53º 0.89% 0.78% -
XYZ 24.05 12.74 3.78 -
YUV 76.77 110.64 214.47 -
System Red Green Blue C M Y K H S L
Decimal 198 21 46 0 0.89 0.77 0.22 351.53 0.81 0.43
Hex C6 15 2E 0 59 4D 16 160 51 2B
Octal 306 25 56 0 131 115 26 540 121 53
Binary 11000110 10101 101110 0 1011001 1001101 10110 101100000 1010001 101011

Color Harmonies of #C6152E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6152E

Black with #C6152E

Text Example


Text Example

White with #C6152E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6152E; }

 p { color: rgb(198,21,46); }

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

background-color css

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

 a { background-color: rgb(198,21,46); }

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

border-color css

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

 span { border-color: rgb(198,21,46); }

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