Html Css Color HEX #C5032F Cardinal

📋 copy color: '#C5032F'

red 197 ◦ green 3 ◦ blue 47

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

Shades of Cardinal #C5032F

Tints of Cardinal #C5032F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 19.03%

R = 79.76%
G = 1.21%
B = 19.03%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.76

 K value IS 0.23

RGB Variations

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

Color information

#C5032F (or 0xC5032F) is known color: Cardinal. HEX triplet: C5, 03 and 2F. RGB value is (197,3,47). Sum of RGB (Red+Green+Blue) = 197+3+47=247 (32% of max value = 765). Red value is 197 (77.34% from 255 or 79.76% from 247); Green value is 3 (1.56% from 255 or 1.21% from 247); Blue value is 47 (18.75% from 255 or 19.03% from 247); Max value from RGB is 197 - color contains mainly: red. Hex color #C5032F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C5032F is #3AFCD0. Grayscale: #424242. Windows color (decimal): -3865809 or 3081157. OLE color: 3081157.

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

Color convert

RGB 197 3 47 -
CMYK 0 0.98 0.76 0.23
HSL 346.39º 0.97% 0.39% -
HSV(B) 346.39º 0.98% 0.77% -
XYZ 23.57 12.14 3.79 -
YUV 66.02 117.27 221.42 -
System Red Green Blue C M Y K H S L
Decimal 197 3 47 0 0.98 0.76 0.23 346.39 0.97 0.39
Hex C5 3 2F 0 62 4C 17 15A 61 27
Octal 305 3 57 0 142 114 27 532 141 47
Binary 11000101 11 101111 0 1100010 1001100 10111 101011010 1100001 100111

Color Harmonies of #C5032F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5032F

Black with #C5032F

Text Example


Text Example

White with #C5032F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5032F; }

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

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

background-color css

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

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

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

border-color css

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

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

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