Html Css Color HEX #C5033A Cardinal

📋 copy color: '#C5033A'

red 197 ◦ green 3 ◦ blue 58

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

Shades of Cardinal #C5033A

Tints of Cardinal #C5033A

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.16%

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

R = 76.36%
G = 1.16%
B = 22.48%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.71

 K value IS 0.23

RGB Variations

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

Color information

#C5033A (or 0xC5033A) is known color: Cardinal. HEX triplet: C5, 03 and 3A. RGB value is (197,3,58). Sum of RGB (Red+Green+Blue) = 197+3+58=258 (34% of max value = 765). Red value is 197 (77.34% from 255 or 76.36% from 258); Green value is 3 (1.56% from 255 or 1.16% from 258); Blue value is 58 (23.05% from 255 or 22.48% from 258); Max value from RGB is 197 - color contains mainly: red. Hex color #C5033A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C5033A is #3AFCC5. Grayscale: #434343. Windows color (decimal): -3865798 or 3802053. OLE color: 3802053.

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

Color convert

RGB 197 3 58 -
CMYK 0 0.98 0.71 0.23
HSL 342.99º 0.97% 0.39% -
HSV(B) 342.99º 0.98% 0.77% -
XYZ 23.82 12.24 5.11 -
YUV 67.28 122.77 220.53 -
System Red Green Blue C M Y K H S L
Decimal 197 3 58 0 0.98 0.71 0.23 342.99 0.97 0.39
Hex C5 3 3A 0 62 47 17 157 61 27
Octal 305 3 72 0 142 107 27 527 141 47
Binary 11000101 11 111010 0 1100010 1000111 10111 101010111 1100001 100111

Color Harmonies of #C5033A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5033A

Black with #C5033A

Text Example


Text Example

White with #C5033A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5033A; }

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

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

background-color css

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

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

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

border-color css

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

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

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