#C81423

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

Shades of Fire Engine Red #C81423

Tints of Fire Engine Red #C81423

Color information

#C81423 (or 0xC81423) is unknown color: approx Fire Engine Red. HEX triplet: C8, 14 and 23. RGB value is (200,20,35). Sum of RGB (Red+Green+Blue) = 200+20+35=255 (33% of max value = 765). Red value is 200 (78.52% from 255 or 78.43% from 255); Green value is 20 (8.20% from 255 or 7.84% from 255); Blue value is 35 (14.06% from 255 or 13.73% from 255); Max value from RGB is 200 - color contains mainly: red. Hex color #C81423 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C81423 is #37EBDC. Grayscale: #4B4B4B. Windows color (decimal): -3664861 or 2299080. OLE color: 2299080.

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

Color convert

RGB2002035-
CMYK00.90.820.22
HSL355º81.82%43.14%-
HSV(B)355º90%78.43%-
XYZ24.3712.92.8-
YUV75.53105.13216.78-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 78.43%
GREEN value IS 20 (8.20% from 255) = 7.84%
BLUE value IS 35 (14.06% from 255) = 13.73%
R=78.43%
G=7.84%
B=13.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.9
Y (Yellow) values IS 0.82
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal200203500.90.820.2235581.8243.14
HexC8142305A5216163522b
Octal310244301321222654312253
Binary1100100010100100011010110101010010101101011000111010010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C81423

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C81423; }

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

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

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

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

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

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

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

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