#C30F25

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

Shades of Fire Engine Red #C30F25

Tints of Fire Engine Red #C30F25

Color information

#C30F25 (or 0xC30F25) is unknown color: approx Fire Engine Red. HEX triplet: C3, 0F and 25. RGB value is (195,15,37). Sum of RGB (Red+Green+Blue) = 195+15+37=247 (32% of max value = 765). Red value is 195 (76.56% from 255 or 78.95% from 247); Green value is 15 (6.25% from 255 or 6.07% from 247); Blue value is 37 (14.84% from 255 or 14.98% from 247); Max value from RGB is 195 - color contains mainly: red. Hex color #C30F25 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C30F25 is #3CF0DA. Grayscale: #474747. Windows color (decimal): -3993819 or 2428867. OLE color: 2428867.

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

Color convert

RGB1951537-
CMYK00.920.810.24
HSL352.67º85.71%41.18%-
HSV(B)352.67º92.31%76.47%-
XYZ23.0112.082.87-
YUV71.33108.63216.21-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 78.95%
GREEN value IS 15 (6.25% from 255) = 6.07%
BLUE value IS 37 (14.84% from 255) = 14.98%
R=78.95%
G=6.07%
B=14.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.81
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal195153700.920.810.24352.6785.7141.18
HexC3F2505C51181615629
Octal303174501341213054112651
Binary110000111111100101010111001010001110001011000011010110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C30F25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C30F25; }

 p { color: rgb(195,15,37); }

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

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

 a { background-color: rgb(195,15,37); }

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

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

 span { border-color: rgb(195,15,37); }

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