Html Css Color HEX #F91003 Red

📋 copy color: '#F91003'

red 249 ◦ green 16 ◦ blue 3

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

Shades of Red #F91003

Tints of Red #F91003

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.97%

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

R = 92.91%
G = 5.97%
B = 1.12%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.99

 K value IS 0.02

RGB Variations

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

Color information

#F91003 (or 0xF91003) is known color: Red. HEX triplet: F9, 10 and 03. RGB value is (249,16,3). Sum of RGB (Red+Green+Blue) = 249+16+3=268 (35% of max value = 765). Red value is 249 (97.66% from 255 or 92.91% from 268); Green value is 16 (6.64% from 255 or 5.97% from 268); Blue value is 3 (1.56% from 255 or 1.12% from 268); Max value from RGB is 249 - color contains mainly: red. Hex color #F91003 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F91003 is #06EFFC. Grayscale: #545454. Windows color (decimal): -454653 or 200953. OLE color: 200953.

HSL color Cylindrical-coordinate representation of color #F91003: hue angle of 3.17º 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 #F91003 is Cyan = 0, Magento = 0.94, Yellow = 0.99 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 16 3 -
CMYK 0 0.94 0.99 0.02
HSL 3.17º 0.98% 0.49% -
HSV(B) 3.17º 0.99% 0.98% -
XYZ 39.27 20.52 1.98 -
YUV 84.19 82.19 245.56 -
System Red Green Blue C M Y K H S L
Decimal 249 16 3 0 0.94 0.99 0.02 3.17 0.98 0.49
Hex F9 10 3 0 5E 63 2 3 62 31
Octal 371 20 3 0 136 143 2 3 142 61
Binary 11111001 10000 11 0 1011110 1100011 10 11 1100010 110001

Color Harmonies of #F91003

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F91003

Black with #F91003

Text Example


Text Example

White with #F91003

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F91003; }

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

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

background-color css

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

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

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

border-color css

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

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

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