Html Css Color HEX #C80C3D Cardinal

📋 copy color: '#C80C3D'

red 200 ◦ green 12 ◦ blue 61

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

Shades of Cardinal #C80C3D

Tints of Cardinal #C80C3D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 22.34%

R = 73.26%
G = 4.4%
B = 22.34%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.69

 K value IS 0.22

RGB Variations

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

Color information

#C80C3D (or 0xC80C3D) is known color: Cardinal. HEX triplet: C8, 0C and 3D. RGB value is (200,12,61). Sum of RGB (Red+Green+Blue) = 200+12+61=273 (36% of max value = 765). Red value is 200 (78.52% from 255 or 73.26% from 273); Green value is 12 (5.08% from 255 or 4.40% from 273); Blue value is 61 (24.22% from 255 or 22.34% from 273); Max value from RGB is 200 - color contains mainly: red. Hex color #C80C3D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C80C3D is #37F3C2. Grayscale: #494949. Windows color (decimal): -3666883 or 4000968. OLE color: 4000968.

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

Color convert

RGB 200 12 61 -
CMYK 0 0.94 0.69 0.22
HSL 344.36º 0.89% 0.42% -
HSV(B) 344.36º 0.94% 0.78% -
XYZ 24.79 12.88 5.59 -
YUV 73.8 120.78 218.02 -
System Red Green Blue C M Y K H S L
Decimal 200 12 61 0 0.94 0.69 0.22 344.36 0.89 0.42
Hex C8 C 3D 0 5E 45 16 158 59 2A
Octal 310 14 75 0 136 105 26 530 131 52
Binary 11001000 1100 111101 0 1011110 1000101 10110 101011000 1011001 101010

Color Harmonies of #C80C3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C80C3D

Black with #C80C3D

Text Example


Text Example

White with #C80C3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C80C3D; }

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

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

background-color css

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

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

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

border-color css

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

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

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