Html Css Color HEX #C80C40 Cardinal

📋 copy color: '#C80C40'

red 200 ◦ green 12 ◦ blue 64

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

Shades of Cardinal #C80C40

Tints of Cardinal #C80C40

RGB

 RED value IS 200 (78.52% from 255) = 72.46%

 GREEN value IS 12 (5.08% from 255) = 4.35%

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

R = 72.46%
G = 4.35%
B = 23.19%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.68

 K value IS 0.22

RGB Variations

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

Color information

#C80C40 (or 0xC80C40) is known color: Cardinal. HEX triplet: C8, 0C and 40. RGB value is (200,12,64). Sum of RGB (Red+Green+Blue) = 200+12+64=276 (36% of max value = 765). Red value is 200 (78.52% from 255 or 72.46% from 276); Green value is 12 (5.08% from 255 or 4.35% from 276); Blue value is 64 (25.39% from 255 or 23.19% from 276); Max value from RGB is 200 - color contains mainly: red. Hex color #C80C40 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C80C40 is #37F3BF. Grayscale: #4A4A4A. Windows color (decimal): -3666880 or 4197576. OLE color: 4197576.

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

Color convert

RGB 200 12 64 -
CMYK 0 0.94 0.68 0.22
HSL 343.4º 0.89% 0.42% -
HSV(B) 343.4º 0.94% 0.78% -
XYZ 24.88 12.91 6.03 -
YUV 74.14 122.28 217.77 -
System Red Green Blue C M Y K H S L
Decimal 200 12 64 0 0.94 0.68 0.22 343.4 0.89 0.42
Hex C8 C 40 0 5E 44 16 157 59 2A
Octal 310 14 100 0 136 104 26 527 131 52
Binary 11001000 1100 1000000 0 1011110 1000100 10110 101010111 1011001 101010

Color Harmonies of #C80C40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C80C40

Black with #C80C40

Text Example


Text Example

White with #C80C40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C80C40; }

 p { color: rgb(200,12,64); }

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

background-color css

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

 a { background-color: rgb(200,12,64); }

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

border-color css

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

 span { border-color: rgb(200,12,64); }

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