Html Css Color HEX #C7063A Cardinal

📋 copy color: '#C7063A'

red 199 ◦ green 6 ◦ blue 58

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

Shades of Cardinal #C7063A

Tints of Cardinal #C7063A

RGB

 RED value IS 199 (78.13% from 255) = 75.67%

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

 BLUE value IS 58 (23.05% from 255) = 22.05%

R = 75.67%
G = 2.28%
B = 22.05%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.71

 K value IS 0.22

RGB Variations

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

Color information

#C7063A (or 0xC7063A) is known color: Cardinal. HEX triplet: C7, 06 and 3A. RGB value is (199,6,58). Sum of RGB (Red+Green+Blue) = 199+6+58=263 (34% of max value = 765). Red value is 199 (78.12% from 255 or 75.67% from 263); Green value is 6 (2.73% from 255 or 2.28% from 263); Blue value is 58 (23.05% from 255 or 22.05% from 263); Max value from RGB is 199 - color contains mainly: red. Hex color #C7063A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C7063A is #38F9C5. Grayscale: #454545. Windows color (decimal): -3733958 or 3802823. OLE color: 3802823.

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

Color convert

RGB 199 6 58 -
CMYK 0 0.97 0.71 0.22
HSL 343.83º 0.94% 0.4% -
HSV(B) 343.83º 0.97% 0.78% -
XYZ 24.38 12.58 5.15 -
YUV 69.64 121.44 220.27 -
System Red Green Blue C M Y K H S L
Decimal 199 6 58 0 0.97 0.71 0.22 343.83 0.94 0.4
Hex C7 6 3A 0 61 47 16 158 5E 28
Octal 307 6 72 0 141 107 26 530 136 50
Binary 11000111 110 111010 0 1100001 1000111 10110 101011000 1011110 101000

Color Harmonies of #C7063A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7063A

Black with #C7063A

Text Example


Text Example

White with #C7063A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7063A; }

 p { color: rgb(199,6,58); }

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

background-color css

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

 a { background-color: rgb(199,6,58); }

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

border-color css

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

 span { border-color: rgb(199,6,58); }

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