Html Css Color HEX #C9132A Fire Engine Red

📋 copy color: '#C9132A'

red 201 ◦ green 19 ◦ blue 42

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

Shades of Fire Engine Red #C9132A

Tints of Fire Engine Red #C9132A

RGB

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

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

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

R = 76.72%
G = 7.25%
B = 16.03%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.79

 K value IS 0.21

RGB Variations

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

Color information

#C9132A (or 0xC9132A) is known color: Fire Engine Red. HEX triplet: C9, 13 and 2A. RGB value is (201,19,42). Sum of RGB (Red+Green+Blue) = 201+19+42=262 (34% of max value = 765). Red value is 201 (78.91% from 255 or 76.72% from 262); Green value is 19 (7.81% from 255 or 7.25% from 262); Blue value is 42 (16.80% from 255 or 16.03% from 262); Max value from RGB is 201 - color contains mainly: red. Hex color #C9132A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C9132A is #36ECD5. Grayscale: #4C4C4C. Windows color (decimal): -3599574 or 2757577. OLE color: 2757577.

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

Color convert

RGB 201 19 42 -
CMYK 0 0.91 0.79 0.21
HSL 352.42º 0.83% 0.43% -
HSV(B) 352.42º 0.91% 0.79% -
XYZ 24.74 13.05 3.41 -
YUV 76.04 108.8 217.13 -
System Red Green Blue C M Y K H S L
Decimal 201 19 42 0 0.91 0.79 0.21 352.42 0.83 0.43
Hex C9 13 2A 0 5B 4F 15 160 53 2B
Octal 311 23 52 0 133 117 25 540 123 53
Binary 11001001 10011 101010 0 1011011 1001111 10101 101100000 1010011 101011

Color Harmonies of #C9132A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9132A

Black with #C9132A

Text Example


Text Example

White with #C9132A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9132A; }

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

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

background-color css

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

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

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

border-color css

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

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

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