Html Css Color HEX #C5152B Fire Engine Red

📋 copy color: '#C5152B'

red 197 ◦ green 21 ◦ blue 43

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

Shades of Fire Engine Red #C5152B

Tints of Fire Engine Red #C5152B

RGB

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

 GREEN value IS 21 (8.59% from 255) = 8.05%

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

R = 75.48%
G = 8.05%
B = 16.48%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.78

 K value IS 0.23

RGB Variations

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

Color information

#C5152B (or 0xC5152B) is known color: Fire Engine Red. HEX triplet: C5, 15 and 2B. RGB value is (197,21,43). Sum of RGB (Red+Green+Blue) = 197+21+43=261 (34% of max value = 765). Red value is 197 (77.34% from 255 or 75.48% from 261); Green value is 21 (8.59% from 255 or 8.05% from 261); Blue value is 43 (17.19% from 255 or 16.48% from 261); Max value from RGB is 197 - color contains mainly: red. Hex color #C5152B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C5152B is #3AEAD4. Grayscale: #4C4C4C. Windows color (decimal): -3861205 or 2823621. OLE color: 2823621.

HSL color Cylindrical-coordinate representation of color #C5152B: hue angle of 352.5º degrees, saturation: 0.81, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C5152B is Cyan = 0, Magento = 0.89, Yellow = 0.78 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 21 43 -
CMYK 0 0.89 0.78 0.23
HSL 352.5º 0.81% 0.43% -
HSV(B) 352.5º 0.89% 0.77% -
XYZ 23.73 12.58 3.46 -
YUV 76.13 109.31 214.21 -
System Red Green Blue C M Y K H S L
Decimal 197 21 43 0 0.89 0.78 0.23 352.5 0.81 0.43
Hex C5 15 2B 0 59 4E 17 160 51 2B
Octal 305 25 53 0 131 116 27 540 121 53
Binary 11000101 10101 101011 0 1011001 1001110 10111 101100000 1010001 101011

Color Harmonies of #C5152B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5152B

Black with #C5152B

Text Example


Text Example

White with #C5152B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5152B; }

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

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

background-color css

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

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

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

border-color css

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

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

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