Html Css Color HEX #C9182A Fire Engine Red

📋 copy color: '#C9182A'

red 201 ◦ green 24 ◦ blue 42

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

Shades of Fire Engine Red #C9182A

Tints of Fire Engine Red #C9182A

RGB

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

 GREEN value IS 24 (9.77% from 255) = 8.99%

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

R = 75.28%
G = 8.99%
B = 15.73%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.79

 K value IS 0.21

RGB Variations

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

Color information

#C9182A (or 0xC9182A) is known color: Fire Engine Red. HEX triplet: C9, 18 and 2A. RGB value is (201,24,42). Sum of RGB (Red+Green+Blue) = 201+24+42=267 (35% of max value = 765). Red value is 201 (78.91% from 255 or 75.28% from 267); Green value is 24 (9.77% from 255 or 8.99% from 267); Blue value is 42 (16.80% from 255 or 15.73% from 267); Max value from RGB is 201 - color contains mainly: red. Hex color #C9182A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C9182A is #36E7D5. Grayscale: #4F4F4F. Windows color (decimal): -3598294 or 2758857. OLE color: 2758857.

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

Color convert

RGB 201 24 42 -
CMYK 0 0.88 0.79 0.21
HSL 353.9º 0.79% 0.44% -
HSV(B) 353.9º 0.88% 0.79% -
XYZ 24.83 13.24 3.44 -
YUV 78.98 107.14 215.04 -
System Red Green Blue C M Y K H S L
Decimal 201 24 42 0 0.88 0.79 0.21 353.9 0.79 0.44
Hex C9 18 2A 0 58 4F 15 162 4F 2C
Octal 311 30 52 0 130 117 25 542 117 54
Binary 11001001 11000 101010 0 1011000 1001111 10101 101100010 1001111 101100

Color Harmonies of #C9182A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9182A

Black with #C9182A

Text Example


Text Example

White with #C9182A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9182A; }

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

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

background-color css

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

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

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

border-color css

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

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

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