Html Css Color HEX #F31003 Red

📋 copy color: '#F31003'

red 243 ◦ green 16 ◦ blue 3

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

Shades of Red #F31003

Tints of Red #F31003

RGB

 RED value IS 243 (95.31% from 255) = 92.75%

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

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

R = 92.75%
G = 6.11%
B = 1.15%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.99

 K value IS 0.05

RGB Variations

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

Color information

#F31003 (or 0xF31003) is known color: Red. HEX triplet: F3, 10 and 03. RGB value is (243,16,3). Sum of RGB (Red+Green+Blue) = 243+16+3=262 (34% of max value = 765). Red value is 243 (95.31% from 255 or 92.75% from 262); Green value is 16 (6.64% from 255 or 6.11% from 262); Blue value is 3 (1.56% from 255 or 1.15% from 262); Max value from RGB is 243 - color contains mainly: red. Hex color #F31003 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F31003 is #0CEFFC. Grayscale: #525252. Windows color (decimal): -847869 or 200947. OLE color: 200947.

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

Color convert

RGB 243 16 3 -
CMYK 0 0.93 0.99 0.05
HSL 3.25º 0.98% 0.48% -
HSV(B) 3.25º 0.99% 0.95% -
XYZ 37.16 19.43 1.88 -
YUV 82.39 83.21 242.56 -
System Red Green Blue C M Y K H S L
Decimal 243 16 3 0 0.93 0.99 0.05 3.25 0.98 0.48
Hex F3 10 3 0 5D 63 5 3 62 30
Octal 363 20 3 0 135 143 5 3 142 60
Binary 11110011 10000 11 0 1011101 1100011 101 11 1100010 110000

Color Harmonies of #F31003

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F31003

Black with #F31003

Text Example


Text Example

White with #F31003

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F31003; }

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

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

background-color css

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

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

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

border-color css

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

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

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