Html Css Color HEX #C5093A Cardinal

📋 copy color: '#C5093A'

red 197 ◦ green 9 ◦ blue 58

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

Shades of Cardinal #C5093A

Tints of Cardinal #C5093A

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.41%

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

R = 74.62%
G = 3.41%
B = 21.97%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.71

 K value IS 0.23

RGB Variations

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

Color information

#C5093A (or 0xC5093A) is known color: Cardinal. HEX triplet: C5, 09 and 3A. RGB value is (197,9,58). Sum of RGB (Red+Green+Blue) = 197+9+58=264 (34% of max value = 765). Red value is 197 (77.34% from 255 or 74.62% from 264); Green value is 9 (3.91% from 255 or 3.41% from 264); Blue value is 58 (23.05% from 255 or 21.97% from 264); Max value from RGB is 197 - color contains mainly: red. Hex color #C5093A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C5093A is #3AF6C5. Grayscale: #464646. Windows color (decimal): -3864262 or 3803589. OLE color: 3803589.

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

Color convert

RGB 197 9 58 -
CMYK 0 0.95 0.71 0.23
HSL 344.36º 0.91% 0.4% -
HSV(B) 344.36º 0.95% 0.77% -
XYZ 23.89 12.37 5.13 -
YUV 70.8 120.78 218.02 -
System Red Green Blue C M Y K H S L
Decimal 197 9 58 0 0.95 0.71 0.23 344.36 0.91 0.4
Hex C5 9 3A 0 5F 47 17 158 5B 28
Octal 305 11 72 0 137 107 27 530 133 50
Binary 11000101 1001 111010 0 1011111 1000111 10111 101011000 1011011 101000

Color Harmonies of #C5093A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5093A

Black with #C5093A

Text Example


Text Example

White with #C5093A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5093A; }

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

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

background-color css

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

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

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

border-color css

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

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

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