Html Css Color HEX #C5083A Cardinal

📋 copy color: '#C5083A'

red 197 ◦ green 8 ◦ blue 58

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

Shades of Cardinal #C5083A

Tints of Cardinal #C5083A

RGB

 RED value IS 197 (77.34% from 255) = 74.9%

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

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

R = 74.9%
G = 3.04%
B = 22.05%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.71

 K value IS 0.23

RGB Variations

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

Color information

#C5083A (or 0xC5083A) is known color: Cardinal. HEX triplet: C5, 08 and 3A. RGB value is (197,8,58). Sum of RGB (Red+Green+Blue) = 197+8+58=263 (34% of max value = 765). Red value is 197 (77.34% from 255 or 74.90% from 263); Green value is 8 (3.52% from 255 or 3.04% from 263); Blue value is 58 (23.05% from 255 or 22.05% from 263); Max value from RGB is 197 - color contains mainly: red. Hex color #C5083A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C5083A is #3AF7C5. Grayscale: #464646. Windows color (decimal): -3864518 or 3803333. OLE color: 3803333.

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

Color convert

RGB 197 8 58 -
CMYK 0 0.96 0.71 0.23
HSL 344.13º 0.92% 0.4% -
HSV(B) 344.13º 0.96% 0.77% -
XYZ 23.88 12.35 5.13 -
YUV 70.21 121.12 218.43 -
System Red Green Blue C M Y K H S L
Decimal 197 8 58 0 0.96 0.71 0.23 344.13 0.92 0.4
Hex C5 8 3A 0 60 47 17 158 5C 28
Octal 305 10 72 0 140 107 27 530 134 50
Binary 11000101 1000 111010 0 1100000 1000111 10111 101011000 1011100 101000

Color Harmonies of #C5083A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5083A

Black with #C5083A

Text Example


Text Example

White with #C5083A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5083A; }

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

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

background-color css

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

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

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

border-color css

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

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

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