Html Css Color HEX #C7083A Cardinal

📋 copy color: '#C7083A'

red 199 ◦ green 8 ◦ blue 58

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

Shades of Cardinal #C7083A

Tints of Cardinal #C7083A

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.02%

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

R = 75.09%
G = 3.02%
B = 21.89%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.71

 K value IS 0.22

RGB Variations

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

Color information

#C7083A (or 0xC7083A) is known color: Cardinal. HEX triplet: C7, 08 and 3A. RGB value is (199,8,58). Sum of RGB (Red+Green+Blue) = 199+8+58=265 (35% of max value = 765). Red value is 199 (78.12% from 255 or 75.09% from 265); Green value is 8 (3.52% from 255 or 3.02% from 265); Blue value is 58 (23.05% from 255 or 21.89% from 265); Max value from RGB is 199 - color contains mainly: red. Hex color #C7083A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C7083A is #38F7C5. Grayscale: #464646. Windows color (decimal): -3733446 or 3803335. OLE color: 3803335.

HSL color Cylindrical-coordinate representation of color #C7083A: hue angle of 344.29º degrees, saturation: 0.92, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C7083A is Cyan = 0, Magento = 0.96, Yellow = 0.71 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 8 58 -
CMYK 0 0.96 0.71 0.22
HSL 344.29º 0.92% 0.41% -
HSV(B) 344.29º 0.96% 0.78% -
XYZ 24.4 12.62 5.15 -
YUV 70.81 120.78 219.43 -
System Red Green Blue C M Y K H S L
Decimal 199 8 58 0 0.96 0.71 0.22 344.29 0.92 0.41
Hex C7 8 3A 0 60 47 16 158 5C 29
Octal 307 10 72 0 140 107 26 530 134 51
Binary 11000111 1000 111010 0 1100000 1000111 10110 101011000 1011100 101001

Color Harmonies of #C7083A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7083A

Black with #C7083A

Text Example


Text Example

White with #C7083A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7083A; }

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

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

background-color css

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

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

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

border-color css

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

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

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