Html Css Color HEX #C9082F Fire Engine Red

📋 copy color: '#C9082F'

red 201 ◦ green 8 ◦ blue 47

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

Shades of Fire Engine Red #C9082F

Tints of Fire Engine Red #C9082F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 18.36%

R = 78.52%
G = 3.13%
B = 18.36%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.77

 K value IS 0.21

RGB Variations

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

Color information

#C9082F (or 0xC9082F) is known color: Fire Engine Red. HEX triplet: C9, 08 and 2F. RGB value is (201,8,47). Sum of RGB (Red+Green+Blue) = 201+8+47=256 (33% of max value = 765). Red value is 201 (78.91% from 255 or 78.52% from 256); Green value is 8 (3.52% from 255 or 3.12% from 256); Blue value is 47 (18.75% from 255 or 18.36% from 256); Max value from RGB is 201 - color contains mainly: red. Hex color #C9082F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C9082F is #36F7D0. Grayscale: #464646. Windows color (decimal): -3602385 or 3082441. OLE color: 3082441.

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

Color convert

RGB 201 8 47 -
CMYK 0 0.96 0.77 0.21
HSL 347.88º 0.92% 0.41% -
HSV(B) 347.88º 0.96% 0.79% -
XYZ 24.69 12.8 3.86 -
YUV 70.15 114.94 221.33 -
System Red Green Blue C M Y K H S L
Decimal 201 8 47 0 0.96 0.77 0.21 347.88 0.92 0.41
Hex C9 8 2F 0 60 4D 15 15C 5C 29
Octal 311 10 57 0 140 115 25 534 134 51
Binary 11001001 1000 101111 0 1100000 1001101 10101 101011100 1011100 101001

Color Harmonies of #C9082F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9082F

Black with #C9082F

Text Example


Text Example

White with #C9082F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9082F; }

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

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

background-color css

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

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

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

border-color css

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

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

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