#F30705

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

Shades of Red #F30705

Tints of Red #F30705

Color information

#F30705 (or 0xF30705) is unknown color: approx Red. HEX triplet: F3, 07 and 05. RGB value is (243,7,5). Sum of RGB (Red+Green+Blue) = 243+7+5=255 (33% of max value = 765). Red value is 243 (95.31% from 255 or 95.29% from 255); Green value is 7 (3.12% from 255 or 2.75% from 255); Blue value is 5 (2.34% from 255 or 1.96% from 255); Max value from RGB is 243 - color contains mainly: red. Hex color #F30705 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F30705 is #0CF8FA. Grayscale: #4D4D4D. Windows color (decimal): -850171 or 329715. OLE color: 329715.

HSL color Cylindrical-coordinate representation of color #F30705: hue angle of 0.5º degrees, saturation: 0.96, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F30705 is Cyan = 0, Magento = 0.97, Yellow = 0.98 and Black (K on CMYK) = 0.05.

Color convert

RGB24375-
CMYK00.970.980.05
HSL0.5º95.97%48.63%-
HSV(B)0.5º97.94%95.29%-
XYZ37.0719.221.9-
YUV77.3487.19246.16-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 95.29%
GREEN value IS 7 (3.12% from 255) = 2.75%
BLUE value IS 5 (2.34% from 255) = 1.96%
R=95.29%
G=2.75%
B=1.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.98
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2437500.970.980.050.595.9748.63
HexF37506162516031
Octal3637501411425114061
Binary1111001111110101100001110001010111100000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F30705

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F30705; }

 p { color: rgb(243,7,5); }

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

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

 a { background-color: rgb(243,7,5); }

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

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

 span { border-color: rgb(243,7,5); }

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