Html Css Color HEX #F91203 Red

📋 copy color: '#F91203'

red 249 ◦ green 18 ◦ blue 3

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

Shades of Red #F91203

Tints of Red #F91203

RGB

 RED value IS 249 (97.66% from 255) = 92.22%

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

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

R = 92.22%
G = 6.67%
B = 1.11%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.99

 K value IS 0.02

RGB Variations

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

Color information

#F91203 (or 0xF91203) is known color: Red. HEX triplet: F9, 12 and 03. RGB value is (249,18,3). Sum of RGB (Red+Green+Blue) = 249+18+3=270 (35% of max value = 765). Red value is 249 (97.66% from 255 or 92.22% from 270); Green value is 18 (7.42% from 255 or 6.67% from 270); Blue value is 3 (1.56% from 255 or 1.11% from 270); Max value from RGB is 249 - color contains mainly: red. Hex color #F91203 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F91203 is #06EDFC. Grayscale: #555555. Windows color (decimal): -454141 or 201465. OLE color: 201465.

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

Color convert

RGB 249 18 3 -
CMYK 0 0.93 0.99 0.02
HSL 3.66º 0.98% 0.49% -
HSV(B) 3.66º 0.99% 0.98% -
XYZ 39.3 20.58 1.99 -
YUV 85.36 81.53 244.72 -
System Red Green Blue C M Y K H S L
Decimal 249 18 3 0 0.93 0.99 0.02 3.66 0.98 0.49
Hex F9 12 3 0 5D 63 2 4 62 31
Octal 371 22 3 0 135 143 2 4 142 61
Binary 11111001 10010 11 0 1011101 1100011 10 100 1100010 110001

Color Harmonies of #F91203

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F91203

Black with #F91203

Text Example


Text Example

White with #F91203

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F91203; }

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

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

background-color css

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

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

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

border-color css

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

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

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