Html Css Color HEX #C80635 Cardinal

📋 copy color: '#C80635'

red 200 ◦ green 6 ◦ blue 53

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

Shades of Cardinal #C80635

Tints of Cardinal #C80635

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.32%

 BLUE value IS 53 (21.09% from 255) = 20.46%

R = 77.22%
G = 2.32%
B = 20.46%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.74

 K value IS 0.22

RGB Variations

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

Color information

#C80635 (or 0xC80635) is known color: Cardinal. HEX triplet: C8, 06 and 35. RGB value is (200,6,53). Sum of RGB (Red+Green+Blue) = 200+6+53=259 (34% of max value = 765). Red value is 200 (78.52% from 255 or 77.22% from 259); Green value is 6 (2.73% from 255 or 2.32% from 259); Blue value is 53 (21.09% from 255 or 20.46% from 259); Max value from RGB is 200 - color contains mainly: red. Hex color #C80635 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C80635 is #37F9CA. Grayscale: #454545. Windows color (decimal): -3668427 or 3475144. OLE color: 3475144.

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

Color convert

RGB 200 6 53 -
CMYK 0 0.97 0.74 0.22
HSL 345.46º 0.94% 0.4% -
HSV(B) 345.46º 0.97% 0.78% -
XYZ 24.53 12.67 4.52 -
YUV 69.36 118.77 221.18 -
System Red Green Blue C M Y K H S L
Decimal 200 6 53 0 0.97 0.74 0.22 345.46 0.94 0.4
Hex C8 6 35 0 61 4A 16 159 5E 28
Octal 310 6 65 0 141 112 26 531 136 50
Binary 11001000 110 110101 0 1100001 1001010 10110 101011001 1011110 101000

Color Harmonies of #C80635

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C80635

Black with #C80635

Text Example


Text Example

White with #C80635

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C80635; }

 p { color: rgb(200,6,53); }

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

background-color css

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

 a { background-color: rgb(200,6,53); }

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

border-color css

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

 span { border-color: rgb(200,6,53); }

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