Html Css Color HEX #C80D4A Cardinal

📋 copy color: '#C80D4A'

red 200 ◦ green 13 ◦ blue 74

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

Shades of Cardinal #C80D4A

Tints of Cardinal #C80D4A

RGB

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

 GREEN value IS 13 (5.47% from 255) = 4.53%

 BLUE value IS 74 (29.3% from 255) = 25.78%

R = 69.69%
G = 4.53%
B = 25.78%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.63

 K value IS 0.22

RGB Variations

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

Color information

#C80D4A (or 0xC80D4A) is known color: Cardinal. HEX triplet: C8, 0D and 4A. RGB value is (200,13,74). Sum of RGB (Red+Green+Blue) = 200+13+74=287 (38% of max value = 765). Red value is 200 (78.52% from 255 or 69.69% from 287); Green value is 13 (5.47% from 255 or 4.53% from 287); Blue value is 74 (29.30% from 255 or 25.78% from 287); Max value from RGB is 200 - color contains mainly: red. Hex color #C80D4A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C80D4A is #37F2B5. Grayscale: #4B4B4B. Windows color (decimal): -3666614 or 4853192. OLE color: 4853192.

HSL color Cylindrical-coordinate representation of color #C80D4A: hue angle of 340.43º degrees, saturation: 0.88, 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 #C80D4A is Cyan = 0, Magento = 0.94, Yellow = 0.63 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 13 74 -
CMYK 0 0.94 0.63 0.22
HSL 340.43º 0.88% 0.42% -
HSV(B) 340.43º 0.94% 0.78% -
XYZ 25.2 13.06 7.67 -
YUV 75.87 126.95 216.54 -
System Red Green Blue C M Y K H S L
Decimal 200 13 74 0 0.94 0.63 0.22 340.43 0.88 0.42
Hex C8 D 4A 0 5E 3F 16 154 58 2A
Octal 310 15 112 0 136 77 26 524 130 52
Binary 11001000 1101 1001010 0 1011110 111111 10110 101010100 1011000 101010

Color Harmonies of #C80D4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C80D4A

Black with #C80D4A

Text Example


Text Example

White with #C80D4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C80D4A; }

 p { color: rgb(200,13,74); }

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

background-color css

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

 a { background-color: rgb(200,13,74); }

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

border-color css

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

 span { border-color: rgb(200,13,74); }

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