Html Css Color HEX #F30801 Red

📋 copy color: '#F30801'

red 243 ◦ green 8 ◦ blue 1

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

Shades of Red #F30801

Tints of Red #F30801

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.17%

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

R = 96.43%
G = 3.17%
B = 0.4%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 1.00

 K value IS 0.05

RGB Variations

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

Color information

#F30801 (or 0xF30801) is known color: Red. HEX triplet: F3, 08 and 01. RGB value is (243,8,1). Sum of RGB (Red+Green+Blue) = 243+8+1=252 (33% of max value = 765). Red value is 243 (95.31% from 255 or 96.43% from 252); Green value is 8 (3.52% from 255 or 3.17% from 252); Blue value is 1 (0.78% from 255 or 0.40% from 252); Max value from RGB is 243 - color contains mainly: red. Hex color #F30801 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F30801 is #0CF7FE. Grayscale: #4D4D4D. Windows color (decimal): -849919 or 67827. OLE color: 67827.

HSL color Cylindrical-coordinate representation of color #F30801: hue angle of 1.74º 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 #F30801 is Cyan = 0, Magento = 0.97, Yellow = 1.00 and Black (K on CMYK) = 0.05.

Color convert

RGB 243 8 1 -
CMYK 0 0.97 1.00 0.05
HSL 1.74º 0.99% 0.48% -
HSV(B) 1.74º 1% 0.95% -
XYZ 37.05 19.23 1.79 -
YUV 77.47 84.86 246.07 -
System Red Green Blue C M Y K H S L
Decimal 243 8 1 0 0.97 1.00 0.05 1.74 0.99 0.48
Hex F3 8 1 0 61 64 5 2 63 30
Octal 363 10 1 0 141 144 5 2 143 60
Binary 11110011 1000 1 0 1100001 1100100 101 10 1100011 110000

Color Harmonies of #F30801

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F30801

Black with #F30801

Text Example


Text Example

White with #F30801

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F30801; }

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

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

background-color css

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

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

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

border-color css

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

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

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