Html Css Color HEX #C9182B Fire Engine Red

📋 copy color: '#C9182B'

red 201 ◦ green 24 ◦ blue 43

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

Shades of Fire Engine Red #C9182B

Tints of Fire Engine Red #C9182B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 16.04%

R = 75%
G = 8.96%
B = 16.04%

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

#C9182B (or 0xC9182B) is known color: Fire Engine Red. HEX triplet: C9, 18 and 2B. RGB value is (201,24,43). Sum of RGB (Red+Green+Blue) = 201+24+43=268 (35% of max value = 765). Red value is 201 (78.91% from 255 or 75% from 268); Green value is 24 (9.77% from 255 or 8.96% from 268); Blue value is 43 (17.19% from 255 or 16.04% from 268); Max value from RGB is 201 - color contains mainly: red. Hex color #C9182B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C9182B is #36E7D4. Grayscale: #4F4F4F. Windows color (decimal): -3598293 or 2824393. OLE color: 2824393.

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

Color convert

RGB 201 24 43 -
CMYK 0 0.88 0.79 0.21
HSL 353.56º 0.79% 0.44% -
HSV(B) 353.56º 0.88% 0.79% -
XYZ 24.85 13.25 3.53 -
YUV 79.09 107.64 214.96 -
System Red Green Blue C M Y K H S L
Decimal 201 24 43 0 0.88 0.79 0.21 353.56 0.79 0.44
Hex C9 18 2B 0 58 4F 15 162 4F 2C
Octal 311 30 53 0 130 117 25 542 117 54
Binary 11001001 11000 101011 0 1011000 1001111 10101 101100010 1001111 101100

Color Harmonies of #C9182B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9182B

Black with #C9182B

Text Example


Text Example

White with #C9182B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9182B; }

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

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

background-color css

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

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

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

border-color css

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

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

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