Html Css Color HEX #C8082F Fire Engine Red

📋 copy color: '#C8082F'

red 200 ◦ green 8 ◦ blue 47

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

Shades of Fire Engine Red #C8082F

Tints of Fire Engine Red #C8082F

RGB

 RED value IS 200 (78.52% from 255) = 78.43%

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

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

R = 78.43%
G = 3.14%
B = 18.43%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.76

 K value IS 0.22

RGB Variations

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

Color information

#C8082F (or 0xC8082F) is known color: Fire Engine Red. HEX triplet: C8, 08 and 2F. RGB value is (200,8,47). Sum of RGB (Red+Green+Blue) = 200+8+47=255 (33% of max value = 765). Red value is 200 (78.52% from 255 or 78.43% from 255); Green value is 8 (3.52% from 255 or 3.14% from 255); Blue value is 47 (18.75% from 255 or 18.43% from 255); Max value from RGB is 200 - color contains mainly: red. Hex color #C8082F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C8082F is #37F7D0. Grayscale: #454545. Windows color (decimal): -3667921 or 3082440. OLE color: 3082440.

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

Color convert

RGB 200 8 47 -
CMYK 0 0.96 0.76 0.22
HSL 347.81º 0.92% 0.41% -
HSV(B) 347.81º 0.96% 0.78% -
XYZ 24.42 12.66 3.85 -
YUV 69.85 115.11 220.83 -
System Red Green Blue C M Y K H S L
Decimal 200 8 47 0 0.96 0.76 0.22 347.81 0.92 0.41
Hex C8 8 2F 0 60 4C 16 15C 5C 29
Octal 310 10 57 0 140 114 26 534 134 51
Binary 11001000 1000 101111 0 1100000 1001100 10110 101011100 1011100 101001

Color Harmonies of #C8082F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8082F

Black with #C8082F

Text Example


Text Example

White with #C8082F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8082F; }

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

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

background-color css

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

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

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

border-color css

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

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

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