Html Css Color HEX #C4131B Fire Engine Red

📋 copy color: '#C4131B'

red 196 ◦ green 19 ◦ blue 27

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

Shades of Fire Engine Red #C4131B

Tints of Fire Engine Red #C4131B

RGB

 RED value IS 196 (76.95% from 255) = 80.99%

 GREEN value IS 19 (7.81% from 255) = 7.85%

 BLUE value IS 27 (10.94% from 255) = 11.16%

R = 80.99%
G = 7.85%
B = 11.16%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.86

 K value IS 0.23

RGB Variations

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

Color information

#C4131B (or 0xC4131B) is known color: Fire Engine Red. HEX triplet: C4, 13 and 1B. RGB value is (196,19,27). Sum of RGB (Red+Green+Blue) = 196+19+27=242 (32% of max value = 765). Red value is 196 (76.95% from 255 or 80.99% from 242); Green value is 19 (7.81% from 255 or 7.85% from 242); Blue value is 27 (10.94% from 255 or 11.16% from 242); Max value from RGB is 196 - color contains mainly: red. Hex color #C4131B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C4131B is #3BECE4. Grayscale: #484848. Windows color (decimal): -3927269 or 1774532. OLE color: 1774532.

HSL color Cylindrical-coordinate representation of color #C4131B: hue angle of 357.29º degrees, saturation: 0.82, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C4131B is Cyan = 0, Magento = 0.90, Yellow = 0.86 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 19 27 -
CMYK 0 0.90 0.86 0.23
HSL 357.29º 0.82% 0.42% -
HSV(B) 357.29º 0.9% 0.77% -
XYZ 23.2 12.28 2.18 -
YUV 72.84 102.14 215.85 -
System Red Green Blue C M Y K H S L
Decimal 196 19 27 0 0.90 0.86 0.23 357.29 0.82 0.42
Hex C4 13 1B 0 5A 56 17 165 52 2A
Octal 304 23 33 0 132 126 27 545 122 52
Binary 11000100 10011 11011 0 1011010 1010110 10111 101100101 1010010 101010

Color Harmonies of #C4131B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4131B

Black with #C4131B

Text Example


Text Example

White with #C4131B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4131B; }

 p { color: rgb(196,19,27); }

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

background-color css

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

 a { background-color: rgb(196,19,27); }

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

border-color css

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

 span { border-color: rgb(196,19,27); }

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