Html Css Color HEX #C5202B Fire Engine Red

📋 copy color: '#C5202B'

red 197 ◦ green 32 ◦ blue 43

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

Shades of Fire Engine Red #C5202B

Tints of Fire Engine Red #C5202B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 15.81%

R = 72.43%
G = 11.76%
B = 15.81%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.78

 K value IS 0.23

RGB Variations

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

Color information

#C5202B (or 0xC5202B) is known color: Fire Engine Red. HEX triplet: C5, 20 and 2B. RGB value is (197,32,43). Sum of RGB (Red+Green+Blue) = 197+32+43=272 (36% of max value = 765). Red value is 197 (77.34% from 255 or 72.43% from 272); Green value is 32 (12.89% from 255 or 11.76% from 272); Blue value is 43 (17.19% from 255 or 15.81% from 272); Max value from RGB is 197 - color contains mainly: red. Hex color #C5202B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C5202B is #3ADFD4. Grayscale: #525252. Windows color (decimal): -3858389 or 2826437. OLE color: 2826437.

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

Color convert

RGB 197 32 43 -
CMYK 0 0.84 0.78 0.23
HSL 356º 0.72% 0.45% -
HSV(B) 356º 0.84% 0.77% -
XYZ 23.98 13.08 3.55 -
YUV 82.59 105.66 209.61 -
System Red Green Blue C M Y K H S L
Decimal 197 32 43 0 0.84 0.78 0.23 356 0.72 0.45
Hex C5 20 2B 0 54 4E 17 164 48 2D
Octal 305 40 53 0 124 116 27 544 110 55
Binary 11000101 100000 101011 0 1010100 1001110 10111 101100100 1001000 101101

Color Harmonies of #C5202B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5202B

Black with #C5202B

Text Example


Text Example

White with #C5202B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5202B; }

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

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

background-color css

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

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

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

border-color css

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

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

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