Html Css Color HEX #F30901 Red

📋 copy color: '#F30901'

red 243 ◦ green 9 ◦ blue 1

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

Shades of Red #F30901

Tints of Red #F30901

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.56%

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

R = 96.05%
G = 3.56%
B = 0.4%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 1.00

 K value IS 0.05

RGB Variations

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

Color information

#F30901 (or 0xF30901) is known color: Red. HEX triplet: F3, 09 and 01. RGB value is (243,9,1). Sum of RGB (Red+Green+Blue) = 243+9+1=253 (33% of max value = 765). Red value is 243 (95.31% from 255 or 96.05% from 253); Green value is 9 (3.91% from 255 or 3.56% from 253); Blue value is 1 (0.78% from 255 or 0.40% from 253); Max value from RGB is 243 - color contains mainly: red. Hex color #F30901 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F30901 is #0CF6FE. Grayscale: #4E4E4E. Windows color (decimal): -849663 or 68083. OLE color: 68083.

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

Color convert

RGB 243 9 1 -
CMYK 0 0.96 1.00 0.05
HSL 1.98º 0.99% 0.48% -
HSV(B) 1.98º 1% 0.95% -
XYZ 37.07 19.25 1.79 -
YUV 78.05 84.52 245.65 -
System Red Green Blue C M Y K H S L
Decimal 243 9 1 0 0.96 1.00 0.05 1.98 0.99 0.48
Hex F3 9 1 0 60 64 5 2 63 30
Octal 363 11 1 0 140 144 5 2 143 60
Binary 11110011 1001 1 0 1100000 1100100 101 10 1100011 110000

Color Harmonies of #F30901

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F30901

Black with #F30901

Text Example


Text Example

White with #F30901

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F30901; }

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

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

background-color css

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

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

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

border-color css

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

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

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