Html Css Color HEX #C9131D Fire Engine Red

📋 copy color: '#C9131D'

red 201 ◦ green 19 ◦ blue 29

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

Shades of Fire Engine Red #C9131D

Tints of Fire Engine Red #C9131D

RGB

 RED value IS 201 (78.91% from 255) = 80.72%

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

 BLUE value IS 29 (11.72% from 255) = 11.65%

R = 80.72%
G = 7.63%
B = 11.65%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.86

 K value IS 0.21

RGB Variations

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

Color information

#C9131D (or 0xC9131D) is known color: Fire Engine Red. HEX triplet: C9, 13 and 1D. RGB value is (201,19,29). Sum of RGB (Red+Green+Blue) = 201+19+29=249 (32% of max value = 765). Red value is 201 (78.91% from 255 or 80.72% from 249); Green value is 19 (7.81% from 255 or 7.63% from 249); Blue value is 29 (11.72% from 255 or 11.65% from 249); Max value from RGB is 201 - color contains mainly: red. Hex color #C9131D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C9131D is #36ECE2. Grayscale: #4A4A4A. Windows color (decimal): -3599587 or 1905609. OLE color: 1905609.

HSL color Cylindrical-coordinate representation of color #C9131D: hue angle of 356.7º degrees, saturation: 0.83, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C9131D is Cyan = 0, Magento = 0.91, Yellow = 0.86 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 19 29 -
CMYK 0 0.91 0.86 0.21
HSL 356.7º 0.83% 0.43% -
HSV(B) 356.7º 0.91% 0.79% -
XYZ 24.54 12.97 2.37 -
YUV 74.56 102.3 218.19 -
System Red Green Blue C M Y K H S L
Decimal 201 19 29 0 0.91 0.86 0.21 356.7 0.83 0.43
Hex C9 13 1D 0 5B 56 15 165 53 2B
Octal 311 23 35 0 133 126 25 545 123 53
Binary 11001001 10011 11101 0 1011011 1010110 10101 101100101 1010011 101011

Color Harmonies of #C9131D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9131D

Black with #C9131D

Text Example


Text Example

White with #C9131D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9131D; }

 p { color: rgb(201,19,29); }

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

background-color css

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

 a { background-color: rgb(201,19,29); }

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

border-color css

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

 span { border-color: rgb(201,19,29); }

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