Html Css Color HEX #C5242A Fire Engine Red

📋 copy color: '#C5242A'

red 197 ◦ green 36 ◦ blue 42

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

Shades of Fire Engine Red #C5242A

Tints of Fire Engine Red #C5242A

RGB

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

 GREEN value IS 36 (14.45% from 255) = 13.09%

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

R = 71.64%
G = 13.09%
B = 15.27%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.79

 K value IS 0.23

RGB Variations

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

Color information

#C5242A (or 0xC5242A) is known color: Fire Engine Red. HEX triplet: C5, 24 and 2A. RGB value is (197,36,42). Sum of RGB (Red+Green+Blue) = 197+36+42=275 (36% of max value = 765). Red value is 197 (77.34% from 255 or 71.64% from 275); Green value is 36 (14.45% from 255 or 13.09% from 275); Blue value is 42 (16.80% from 255 or 15.27% from 275); Max value from RGB is 197 - color contains mainly: red. Hex color #C5242A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C5242A is #3ADBD5. Grayscale: #545454. Windows color (decimal): -3857366 or 2761925. OLE color: 2761925.

HSL color Cylindrical-coordinate representation of color #C5242A: hue angle of 357.76º degrees, saturation: 0.69, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C5242A is Cyan = 0, Magento = 0.82, Yellow = 0.79 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 36 42 -
CMYK 0 0.82 0.79 0.23
HSL 357.76º 0.69% 0.46% -
HSV(B) 357.76º 0.82% 0.77% -
XYZ 24.07 13.3 3.49 -
YUV 84.82 103.84 208.01 -
System Red Green Blue C M Y K H S L
Decimal 197 36 42 0 0.82 0.79 0.23 357.76 0.69 0.46
Hex C5 24 2A 0 52 4F 17 166 45 2E
Octal 305 44 52 0 122 117 27 546 105 56
Binary 11000101 100100 101010 0 1010010 1001111 10111 101100110 1000101 101110

Color Harmonies of #C5242A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5242A

Black with #C5242A

Text Example


Text Example

White with #C5242A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5242A; }

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

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

background-color css

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

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

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

border-color css

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

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

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