Html Css Color HEX #C5102B Fire Engine Red

📋 copy color: '#C5102B'

red 197 ◦ green 16 ◦ blue 43

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

Shades of Fire Engine Red #C5102B

Tints of Fire Engine Red #C5102B

RGB

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

 GREEN value IS 16 (6.64% from 255) = 6.25%

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

R = 76.95%
G = 6.25%
B = 16.8%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.78

 K value IS 0.23

RGB Variations

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

Color information

#C5102B (or 0xC5102B) is known color: Fire Engine Red. HEX triplet: C5, 10 and 2B. RGB value is (197,16,43). Sum of RGB (Red+Green+Blue) = 197+16+43=256 (33% of max value = 765). Red value is 197 (77.34% from 255 or 76.95% from 256); Green value is 16 (6.64% from 255 or 6.25% from 256); Blue value is 43 (17.19% from 255 or 16.80% from 256); Max value from RGB is 197 - color contains mainly: red. Hex color #C5102B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C5102B is #3AEFD4. Grayscale: #494949. Windows color (decimal): -3862485 or 2822341. OLE color: 2822341.

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

Color convert

RGB 197 16 43 -
CMYK 0 0.92 0.78 0.23
HSL 351.05º 0.85% 0.42% -
HSV(B) 351.05º 0.92% 0.77% -
XYZ 23.65 12.42 3.44 -
YUV 73.2 110.97 216.3 -
System Red Green Blue C M Y K H S L
Decimal 197 16 43 0 0.92 0.78 0.23 351.05 0.85 0.42
Hex C5 10 2B 0 5C 4E 17 15F 55 2A
Octal 305 20 53 0 134 116 27 537 125 52
Binary 11000101 10000 101011 0 1011100 1001110 10111 101011111 1010101 101010

Color Harmonies of #C5102B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5102B

Black with #C5102B

Text Example


Text Example

White with #C5102B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5102B; }

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

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

background-color css

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

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

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

border-color css

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

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

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