Html Css Color HEX #C5093B Cardinal

📋 copy color: '#C5093B'

red 197 ◦ green 9 ◦ blue 59

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

Shades of Cardinal #C5093B

Tints of Cardinal #C5093B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 22.26%

R = 74.34%
G = 3.4%
B = 22.26%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.70

 K value IS 0.23

RGB Variations

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

Color information

#C5093B (or 0xC5093B) is known color: Cardinal. HEX triplet: C5, 09 and 3B. RGB value is (197,9,59). Sum of RGB (Red+Green+Blue) = 197+9+59=265 (35% of max value = 765). Red value is 197 (77.34% from 255 or 74.34% from 265); Green value is 9 (3.91% from 255 or 3.40% from 265); Blue value is 59 (23.44% from 255 or 22.26% from 265); Max value from RGB is 197 - color contains mainly: red. Hex color #C5093B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C5093B is #3AF6C4. Grayscale: #464646. Windows color (decimal): -3864261 or 3869125. OLE color: 3869125.

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

Color convert

RGB 197 9 59 -
CMYK 0 0.95 0.70 0.23
HSL 344.04º 0.91% 0.4% -
HSV(B) 344.04º 0.95% 0.77% -
XYZ 23.91 12.38 5.27 -
YUV 70.91 121.28 217.93 -
System Red Green Blue C M Y K H S L
Decimal 197 9 59 0 0.95 0.70 0.23 344.04 0.91 0.4
Hex C5 9 3B 0 5F 46 17 158 5B 28
Octal 305 11 73 0 137 106 27 530 133 50
Binary 11000101 1001 111011 0 1011111 1000110 10111 101011000 1011011 101000

Color Harmonies of #C5093B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5093B

Black with #C5093B

Text Example


Text Example

White with #C5093B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5093B; }

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

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

background-color css

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

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

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

border-color css

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

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

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