#C81823

Color #C81823 Fire Engine Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fire Engine Red #C81823

Tints of Fire Engine Red #C81823

Color information

#C81823 (or 0xC81823) is unknown color: approx Fire Engine Red. HEX triplet: C8, 18 and 23. RGB value is (200,24,35). Sum of RGB (Red+Green+Blue) = 200+24+35=259 (34% of max value = 765). Red value is 200 (78.52% from 255 or 77.22% from 259); Green value is 24 (9.77% from 255 or 9.27% from 259); Blue value is 35 (14.06% from 255 or 13.51% from 259); Max value from RGB is 200 - color contains mainly: red. Hex color #C81823 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C81823 is #37E7DC. Grayscale: #4E4E4E. Windows color (decimal): -3663837 or 2300104. OLE color: 2300104.

HSL color Cylindrical-coordinate representation of color #C81823: hue angle of 356.25º degrees, saturation: 0.79, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C81823 is Cyan = 0, Magento = 0.88, Yellow = 0.82 and Black (K on CMYK) = 0.22.

Color convert

RGB2002435-
CMYK00.880.820.22
HSL356.25º78.57%43.92%-
HSV(B)356.25º88%78.43%-
XYZ24.4513.052.82-
YUV77.88103.81215.11-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 77.22%
GREEN value IS 24 (9.77% from 255) = 9.27%
BLUE value IS 35 (14.06% from 255) = 13.51%
R=77.22%
G=9.27%
B=13.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.82
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal200243500.880.820.22356.2578.5743.92
HexC8182305852161644f2c
Octal310304301301222654411754
Binary1100100011000100011010110001010010101101011001001001111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C81823

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C81823; }

 p { color: rgb(200,24,35); }

 H1.HeaderClassName
 {
   color: #C81823;
 }
 .AnyTagClassName
 {
   color: #C81823;
 }
</style>
background-color css

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

 a { background-color: rgb(200,24,35); }

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

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

 span { border-color: rgb(200,24,35); }

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