Html Css Color HEX #F41203 Red

📋 copy color: '#F41203'

red 244 ◦ green 18 ◦ blue 3

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

Shades of Red #F41203

Tints of Red #F41203

RGB

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

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

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

R = 92.08%
G = 6.79%
B = 1.13%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.99

 K value IS 0.04

RGB Variations

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

Color information

#F41203 (or 0xF41203) is known color: Red. HEX triplet: F4, 12 and 03. RGB value is (244,18,3). Sum of RGB (Red+Green+Blue) = 244+18+3=265 (35% of max value = 765). Red value is 244 (95.70% from 255 or 92.08% from 265); Green value is 18 (7.42% from 255 or 6.79% from 265); Blue value is 3 (1.56% from 255 or 1.13% from 265); Max value from RGB is 244 - color contains mainly: red. Hex color #F41203 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F41203 is #0BEDFC. Grayscale: #545454. Windows color (decimal): -781821 or 201460. OLE color: 201460.

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

Color convert

RGB 244 18 3 -
CMYK 0 0.93 0.99 0.04
HSL 3.73º 0.98% 0.48% -
HSV(B) 3.73º 0.99% 0.96% -
XYZ 37.54 19.67 1.9 -
YUV 83.86 82.37 242.22 -
System Red Green Blue C M Y K H S L
Decimal 244 18 3 0 0.93 0.99 0.04 3.73 0.98 0.48
Hex F4 12 3 0 5D 63 4 4 62 30
Octal 364 22 3 0 135 143 4 4 142 60
Binary 11110100 10010 11 0 1011101 1100011 100 100 1100010 110000

Color Harmonies of #F41203

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F41203

Black with #F41203

Text Example


Text Example

White with #F41203

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F41203; }

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

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

background-color css

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

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

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

border-color css

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

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

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