Html Css Color HEX #F30F01 Red

📋 copy color: '#F30F01'

red 243 ◦ green 15 ◦ blue 1

#F30F01
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Red #F30F01

Tints of Red #F30F01

RGB

 RED value IS 243 (95.31% from 255) = 93.82%

 GREEN value IS 15 (6.25% from 255) = 5.79%

 BLUE value IS 1 (0.78% from 255) = 0.39%

R = 93.82%
G = 5.79%
B = 0.39%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 1.00

 K value IS 0.05

RGB Variations

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

Color information

#F30F01 (or 0xF30F01) is known color: Red. HEX triplet: F3, 0F and 01. RGB value is (243,15,1). Sum of RGB (Red+Green+Blue) = 243+15+1=259 (34% of max value = 765). Red value is 243 (95.31% from 255 or 93.82% from 259); Green value is 15 (6.25% from 255 or 5.79% from 259); Blue value is 1 (0.78% from 255 or 0.39% from 259); Max value from RGB is 243 - color contains mainly: red. Hex color #F30F01 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F30F01 is #0CF0FE. Grayscale: #515151. Windows color (decimal): -848127 or 69619. OLE color: 69619.

HSL color Cylindrical-coordinate representation of color #F30F01: hue angle of 3.47º degrees, saturation: 0.99, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F30F01 is Cyan = 0, Magento = 0.94, Yellow = 1.00 and Black (K on CMYK) = 0.05.

Color convert

RGB 243 15 1 -
CMYK 0 0.94 1.00 0.05
HSL 3.47º 0.99% 0.48% -
HSV(B) 3.47º 1% 0.95% -
XYZ 37.14 19.4 1.82 -
YUV 81.58 82.54 243.14 -
System Red Green Blue C M Y K H S L
Decimal 243 15 1 0 0.94 1.00 0.05 3.47 0.99 0.48
Hex F3 F 1 0 5E 64 5 3 63 30
Octal 363 17 1 0 136 144 5 3 143 60
Binary 11110011 1111 1 0 1011110 1100100 101 11 1100011 110000

Color Harmonies of #F30F01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F30F01

Black with #F30F01

Text Example


Text Example

White with #F30F01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F30F01; }

 p { color: rgb(243,15,1); }

 H1.HeaderClassName
 {
   color: #F30F01;
 }
 .AnyTagClassName
 {
   color: #F30F01;
 }
</style>

background-color css

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

 a { background-color: rgb(243,15,1); }

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

border-color css

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

 span { border-color: rgb(243,15,1); }

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