Html Css Color HEX #C9082D Fire Engine Red

📋 copy color: '#C9082D'

red 201 ◦ green 8 ◦ blue 45

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

Shades of Fire Engine Red #C9082D

Tints of Fire Engine Red #C9082D

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.15%

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

R = 79.13%
G = 3.15%
B = 17.72%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.78

 K value IS 0.21

RGB Variations

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

Color information

#C9082D (or 0xC9082D) is known color: Fire Engine Red. HEX triplet: C9, 08 and 2D. RGB value is (201,8,45). Sum of RGB (Red+Green+Blue) = 201+8+45=254 (33% of max value = 765). Red value is 201 (78.91% from 255 or 79.13% from 254); Green value is 8 (3.52% from 255 or 3.15% from 254); Blue value is 45 (17.97% from 255 or 17.72% from 254); Max value from RGB is 201 - color contains mainly: red. Hex color #C9082D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C9082D is #36F7D2. Grayscale: #454545. Windows color (decimal): -3602387 or 2951369. OLE color: 2951369.

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

Color convert

RGB 201 8 45 -
CMYK 0 0.96 0.78 0.21
HSL 348.5º 0.92% 0.41% -
HSV(B) 348.5º 0.96% 0.79% -
XYZ 24.65 12.78 3.65 -
YUV 69.93 113.94 221.49 -
System Red Green Blue C M Y K H S L
Decimal 201 8 45 0 0.96 0.78 0.21 348.5 0.92 0.41
Hex C9 8 2D 0 60 4E 15 15C 5C 29
Octal 311 10 55 0 140 116 25 534 134 51
Binary 11001001 1000 101101 0 1100000 1001110 10101 101011100 1011100 101001

Color Harmonies of #C9082D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9082D

Black with #C9082D

Text Example


Text Example

White with #C9082D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9082D; }

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

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

background-color css

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

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

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

border-color css

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

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

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