Html Css Color HEX #C62040 Cardinal

📋 copy color: '#C62040'

red 198 ◦ green 32 ◦ blue 64

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

Shades of Cardinal #C62040

Tints of Cardinal #C62040

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 21.77%

R = 67.35%
G = 10.88%
B = 21.77%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.68

 K value IS 0.22

RGB Variations

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

Color information

#C62040 (or 0xC62040) is known color: Cardinal. HEX triplet: C6, 20 and 40. RGB value is (198,32,64). Sum of RGB (Red+Green+Blue) = 198+32+64=294 (38% of max value = 765). Red value is 198 (77.73% from 255 or 67.35% from 294); Green value is 32 (12.89% from 255 or 10.88% from 294); Blue value is 64 (25.39% from 255 or 21.77% from 294); Max value from RGB is 198 - color contains mainly: red. Hex color #C62040 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C62040 is #39DFBF. Grayscale: #555555. Windows color (decimal): -3792832 or 4202694. OLE color: 4202694.

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

Color convert

RGB 198 32 64 -
CMYK 0 0.84 0.68 0.22
HSL 348.43º 0.72% 0.45% -
HSV(B) 348.43º 0.84% 0.78% -
XYZ 24.73 13.41 6.14 -
YUV 85.28 116 208.4 -
System Red Green Blue C M Y K H S L
Decimal 198 32 64 0 0.84 0.68 0.22 348.43 0.72 0.45
Hex C6 20 40 0 54 44 16 15C 48 2D
Octal 306 40 100 0 124 104 26 534 110 55
Binary 11000110 100000 1000000 0 1010100 1000100 10110 101011100 1001000 101101

Color Harmonies of #C62040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C62040

Black with #C62040

Text Example


Text Example

White with #C62040

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C62040; }

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

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

background-color css

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

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

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

border-color css

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

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

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