Html Css Color HEX #F01203 Red

📋 copy color: '#F01203'

red 240 ◦ green 18 ◦ blue 3

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

Shades of Red #F01203

Tints of Red #F01203

RGB

 RED value IS 240 (94.14% from 255) = 91.95%

 GREEN value IS 18 (7.42% from 255) = 6.9%

 BLUE value IS 3 (1.56% from 255) = 1.15%

R = 91.95%
G = 6.9%
B = 1.15%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.99

 K value IS 0.06

RGB Variations

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

Color information

#F01203 (or 0xF01203) is known color: Red. HEX triplet: F0, 12 and 03. RGB value is (240,18,3). Sum of RGB (Red+Green+Blue) = 240+18+3=261 (34% of max value = 765). Red value is 240 (94.14% from 255 or 91.95% from 261); Green value is 18 (7.42% from 255 or 6.90% from 261); Blue value is 3 (1.56% from 255 or 1.15% from 261); Max value from RGB is 240 - color contains mainly: red. Hex color #F01203 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F01203 is #0FEDFC. Grayscale: #525252. Windows color (decimal): -1043965 or 201456. OLE color: 201456.

HSL color Cylindrical-coordinate representation of color #F01203: hue angle of 3.8º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F01203 is Cyan = 0, Magento = 0.92, Yellow = 0.99 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 18 3 -
CMYK 0 0.92 0.99 0.06
HSL 3.8º 0.98% 0.48% -
HSV(B) 3.8º 0.99% 0.94% -
XYZ 36.17 18.96 1.84 -
YUV 82.67 83.05 240.22 -
System Red Green Blue C M Y K H S L
Decimal 240 18 3 0 0.92 0.99 0.06 3.8 0.98 0.48
Hex F0 12 3 0 5C 63 6 4 62 30
Octal 360 22 3 0 134 143 6 4 142 60
Binary 11110000 10010 11 0 1011100 1100011 110 100 1100010 110000

Color Harmonies of #F01203

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F01203

Black with #F01203

Text Example


Text Example

White with #F01203

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F01203; }

 p { color: rgb(240,18,3); }

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

background-color css

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

 a { background-color: rgb(240,18,3); }

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

border-color css

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

 span { border-color: rgb(240,18,3); }

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