Html Css Color HEX #C5083D Cardinal

📋 copy color: '#C5083D'

red 197 ◦ green 8 ◦ blue 61

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

Shades of Cardinal #C5083D

Tints of Cardinal #C5083D

RGB

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

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

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

R = 74.06%
G = 3.01%
B = 22.93%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.69

 K value IS 0.23

RGB Variations

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

Color information

#C5083D (or 0xC5083D) is known color: Cardinal. HEX triplet: C5, 08 and 3D. RGB value is (197,8,61). Sum of RGB (Red+Green+Blue) = 197+8+61=266 (35% of max value = 765). Red value is 197 (77.34% from 255 or 74.06% from 266); Green value is 8 (3.52% from 255 or 3.01% from 266); Blue value is 61 (24.22% from 255 or 22.93% from 266); Max value from RGB is 197 - color contains mainly: red. Hex color #C5083D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C5083D is #3AF7C2. Grayscale: #464646. Windows color (decimal): -3864515 or 3999941. OLE color: 3999941.

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

Color convert

RGB 197 8 61 -
CMYK 0 0.96 0.69 0.23
HSL 343.17º 0.92% 0.4% -
HSV(B) 343.17º 0.96% 0.77% -
XYZ 23.96 12.38 5.54 -
YUV 70.55 122.62 218.19 -
System Red Green Blue C M Y K H S L
Decimal 197 8 61 0 0.96 0.69 0.23 343.17 0.92 0.4
Hex C5 8 3D 0 60 45 17 157 5C 28
Octal 305 10 75 0 140 105 27 527 134 50
Binary 11000101 1000 111101 0 1100000 1000101 10111 101010111 1011100 101000

Color Harmonies of #C5083D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5083D

Black with #C5083D

Text Example


Text Example

White with #C5083D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5083D; }

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

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

background-color css

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

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

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

border-color css

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

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

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