#C30C26

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

Shades of Fire Engine Red #C30C26

Tints of Fire Engine Red #C30C26

Color information

#C30C26 (or 0xC30C26) is unknown color: approx Fire Engine Red. HEX triplet: C3, 0C and 26. RGB value is (195,12,38). Sum of RGB (Red+Green+Blue) = 195+12+38=245 (32% of max value = 765). Red value is 195 (76.56% from 255 or 79.59% from 245); Green value is 12 (5.08% from 255 or 4.90% from 245); Blue value is 38 (15.23% from 255 or 15.51% from 245); Max value from RGB is 195 - color contains mainly: red. Hex color #C30C26 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C30C26 is #3CF3D9. Grayscale: #454545. Windows color (decimal): -3994586 or 2493635. OLE color: 2493635.

HSL color Cylindrical-coordinate representation of color #C30C26: hue angle of 351.48º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C30C26 is Cyan = 0, Magento = 0.94, Yellow = 0.81 and Black (K on CMYK) = 0.24.

Color convert

RGB1951238-
CMYK00.940.810.24
HSL351.48º88.41%40.59%-
HSV(B)351.48º93.85%76.47%-
XYZ22.99122.94-
YUV69.68110.13217.39-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 79.59%
GREEN value IS 12 (5.08% from 255) = 4.90%
BLUE value IS 38 (15.23% from 255) = 15.51%
R=79.59%
G=4.90%
B=15.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.81
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal195123800.940.810.24351.4888.4140.59
HexC3C2605E511815f5829
Octal303144601361213053713051
Binary110000111100100110010111101010001110001010111111011000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C30C26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C30C26; }

 p { color: rgb(195,12,38); }

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

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

 a { background-color: rgb(195,12,38); }

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

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

 span { border-color: rgb(195,12,38); }

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