Html Css Color HEX #C5202F Cardinal

📋 copy color: '#C5202F'

red 197 ◦ green 32 ◦ blue 47

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

Shades of Cardinal #C5202F

Tints of Cardinal #C5202F

RGB

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

 GREEN value IS 32 (12.89% from 255) = 11.59%

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

R = 71.38%
G = 11.59%
B = 17.03%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.76

 K value IS 0.23

RGB Variations

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

Color information

#C5202F (or 0xC5202F) is known color: Cardinal. HEX triplet: C5, 20 and 2F. RGB value is (197,32,47). Sum of RGB (Red+Green+Blue) = 197+32+47=276 (36% of max value = 765). Red value is 197 (77.34% from 255 or 71.38% from 276); Green value is 32 (12.89% from 255 or 11.59% from 276); Blue value is 47 (18.75% from 255 or 17.03% from 276); Max value from RGB is 197 - color contains mainly: red. Hex color #C5202F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C5202F is #3ADFD0. Grayscale: #535353. Windows color (decimal): -3858385 or 3088581. OLE color: 3088581.

HSL color Cylindrical-coordinate representation of color #C5202F: hue angle of 354.55º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C5202F is Cyan = 0, Magento = 0.84, Yellow = 0.76 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 32 47 -
CMYK 0 0.84 0.76 0.23
HSL 354.55º 0.72% 0.45% -
HSV(B) 354.55º 0.84% 0.77% -
XYZ 24.06 13.11 3.95 -
YUV 83.05 107.66 209.28 -
System Red Green Blue C M Y K H S L
Decimal 197 32 47 0 0.84 0.76 0.23 354.55 0.72 0.45
Hex C5 20 2F 0 54 4C 17 163 48 2D
Octal 305 40 57 0 124 114 27 543 110 55
Binary 11000101 100000 101111 0 1010100 1001100 10111 101100011 1001000 101101

Color Harmonies of #C5202F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5202F

Black with #C5202F

Text Example


Text Example

White with #C5202F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5202F; }

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

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

background-color css

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

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

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

border-color css

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

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

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