Html Css Color HEX #C6202D Cardinal

📋 copy color: '#C6202D'

red 198 ◦ green 32 ◦ blue 45

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

Shades of Cardinal #C6202D

Tints of Cardinal #C6202D

RGB

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

 GREEN value IS 32 (12.89% from 255) = 11.64%

 BLUE value IS 45 (17.97% from 255) = 16.36%

R = 72%
G = 11.64%
B = 16.36%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.77

 K value IS 0.22

RGB Variations

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

Color information

#C6202D (or 0xC6202D) is known color: Cardinal. HEX triplet: C6, 20 and 2D. RGB value is (198,32,45). Sum of RGB (Red+Green+Blue) = 198+32+45=275 (36% of max value = 765). Red value is 198 (77.73% from 255 or 72% from 275); Green value is 32 (12.89% from 255 or 11.64% from 275); Blue value is 45 (17.97% from 255 or 16.36% from 275); Max value from RGB is 198 - color contains mainly: red. Hex color #C6202D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C6202D is #39DFD2. Grayscale: #535353. Windows color (decimal): -3792851 or 2957510. OLE color: 2957510.

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

Color convert

RGB 198 32 45 -
CMYK 0 0.84 0.77 0.22
HSL 355.3º 0.72% 0.45% -
HSV(B) 355.3º 0.84% 0.78% -
XYZ 24.28 13.23 3.76 -
YUV 83.12 106.5 209.94 -
System Red Green Blue C M Y K H S L
Decimal 198 32 45 0 0.84 0.77 0.22 355.3 0.72 0.45
Hex C6 20 2D 0 54 4D 16 163 48 2D
Octal 306 40 55 0 124 115 26 543 110 55
Binary 11000110 100000 101101 0 1010100 1001101 10110 101100011 1001000 101101

Color Harmonies of #C6202D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6202D

Black with #C6202D

Text Example


Text Example

White with #C6202D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6202D; }

 p { color: rgb(198,32,45); }

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

background-color css

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

 a { background-color: rgb(198,32,45); }

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

border-color css

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

 span { border-color: rgb(198,32,45); }

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