Html Css Color HEX #C9182D Fire Engine Red

📋 copy color: '#C9182D'

red 201 ◦ green 24 ◦ blue 45

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

Shades of Fire Engine Red #C9182D

Tints of Fire Engine Red #C9182D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 16.67%

R = 74.44%
G = 8.89%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.78

 K value IS 0.21

RGB Variations

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

Color information

#C9182D (or 0xC9182D) is known color: Fire Engine Red. HEX triplet: C9, 18 and 2D. RGB value is (201,24,45). Sum of RGB (Red+Green+Blue) = 201+24+45=270 (35% of max value = 765). Red value is 201 (78.91% from 255 or 74.44% from 270); Green value is 24 (9.77% from 255 or 8.89% from 270); Blue value is 45 (17.97% from 255 or 16.67% from 270); Max value from RGB is 201 - color contains mainly: red. Hex color #C9182D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C9182D is #36E7D2. Grayscale: #4F4F4F. Windows color (decimal): -3598291 or 2955465. OLE color: 2955465.

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

Color convert

RGB 201 24 45 -
CMYK 0 0.88 0.78 0.21
HSL 352.88º 0.79% 0.44% -
HSV(B) 352.88º 0.88% 0.79% -
XYZ 24.89 13.26 3.73 -
YUV 79.32 108.64 214.79 -
System Red Green Blue C M Y K H S L
Decimal 201 24 45 0 0.88 0.78 0.21 352.88 0.79 0.44
Hex C9 18 2D 0 58 4E 15 161 4F 2C
Octal 311 30 55 0 130 116 25 541 117 54
Binary 11001001 11000 101101 0 1011000 1001110 10101 101100001 1001111 101100

Color Harmonies of #C9182D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9182D

Black with #C9182D

Text Example


Text Example

White with #C9182D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9182D; }

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

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

background-color css

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

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

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

border-color css

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

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

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