Html Css Color HEX #F40300 Red

📋 copy color: '#F40300'

red 244 ◦ green 3 ◦ blue 0

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

Shades of Red #F40300

Tints of Red #F40300

RGB

 RED value IS 244 (95.7% from 255) = 98.79%

 GREEN value IS 3 (1.56% from 255) = 1.21%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 98.79%
G = 1.21%
B = 0%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 1

 K value IS 0.04

RGB Variations

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

Color information

#F40300 (or 0xF40300) is known color: Red. HEX triplet: F4, 03 and 00. RGB value is (244,3,0). Sum of RGB (Red+Green+Blue) = 244+3+0=247 (32% of max value = 765). Red value is 244 (95.70% from 255 or 98.79% from 247); Green value is 3 (1.56% from 255 or 1.21% from 247); Blue value is 0 (0.39% from 255 or 0% from 247); Max value from RGB is 244 - color contains mainly: red. Hex color #F40300 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F40300 is #0BFCFF. Grayscale: #4A4A4A. Windows color (decimal): -785664 or 1012. OLE color: 1012.

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

Color convert

RGB 244 3 0 -
CMYK 0 0.99 1 0.04
HSL 0.74º 1% 0.48% -
HSV(B) 0.74º 1% 0.96% -
XYZ 37.34 19.3 1.76 -
YUV 74.72 85.84 248.74 -
System Red Green Blue C M Y K H S L
Decimal 244 3 0 0 0.99 1 0.04 0.74 1 0.48
Hex F4 3 0 0 63 64 4 1 64 30
Octal 364 3 0 0 143 144 4 1 144 60
Binary 11110100 11 0 0 1100011 1100100 100 1 1100100 110000

Color Harmonies of #F40300

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F40300

Black with #F40300

Text Example


Text Example

White with #F40300

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F40300; }

 p { color: rgb(244,3,0); }

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

background-color css

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

 a { background-color: rgb(244,3,0); }

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

border-color css

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

 span { border-color: rgb(244,3,0); }

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