Html Css Color HEX #C5102A Fire Engine Red

📋 copy color: '#C5102A'

red 197 ◦ green 16 ◦ blue 42

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

Shades of Fire Engine Red #C5102A

Tints of Fire Engine Red #C5102A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 16.47%

R = 77.25%
G = 6.27%
B = 16.47%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.79

 K value IS 0.23

RGB Variations

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

Color information

#C5102A (or 0xC5102A) is known color: Fire Engine Red. HEX triplet: C5, 10 and 2A. RGB value is (197,16,42). Sum of RGB (Red+Green+Blue) = 197+16+42=255 (33% of max value = 765). Red value is 197 (77.34% from 255 or 77.25% from 255); Green value is 16 (6.64% from 255 or 6.27% from 255); Blue value is 42 (16.80% from 255 or 16.47% from 255); Max value from RGB is 197 - color contains mainly: red. Hex color #C5102A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C5102A is #3AEFD5. Grayscale: #494949. Windows color (decimal): -3862486 or 2756805. OLE color: 2756805.

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

Color convert

RGB 197 16 42 -
CMYK 0 0.92 0.79 0.23
HSL 351.38º 0.85% 0.42% -
HSV(B) 351.38º 0.92% 0.77% -
XYZ 23.63 12.41 3.34 -
YUV 73.08 110.47 216.39 -
System Red Green Blue C M Y K H S L
Decimal 197 16 42 0 0.92 0.79 0.23 351.38 0.85 0.42
Hex C5 10 2A 0 5C 4F 17 15F 55 2A
Octal 305 20 52 0 134 117 27 537 125 52
Binary 11000101 10000 101010 0 1011100 1001111 10111 101011111 1010101 101010

Color Harmonies of #C5102A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5102A

Black with #C5102A

Text Example


Text Example

White with #C5102A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5102A; }

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

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

background-color css

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

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

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

border-color css

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

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

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