Html Css Color HEX #F30803 Red

📋 copy color: '#F30803'

red 243 ◦ green 8 ◦ blue 3

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

Shades of Red #F30803

Tints of Red #F30803

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.15%

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

R = 95.67%
G = 3.15%
B = 1.18%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.99

 K value IS 0.05

RGB Variations

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

Color information

#F30803 (or 0xF30803) is known color: Red. HEX triplet: F3, 08 and 03. RGB value is (243,8,3). Sum of RGB (Red+Green+Blue) = 243+8+3=254 (33% of max value = 765). Red value is 243 (95.31% from 255 or 95.67% from 254); Green value is 8 (3.52% from 255 or 3.15% from 254); Blue value is 3 (1.56% from 255 or 1.18% from 254); Max value from RGB is 243 - color contains mainly: red. Hex color #F30803 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F30803 is #0CF7FC. Grayscale: #4D4D4D. Windows color (decimal): -849917 or 198899. OLE color: 198899.

HSL color Cylindrical-coordinate representation of color #F30803: hue angle of 1.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 #F30803 is Cyan = 0, Magento = 0.97, Yellow = 0.99 and Black (K on CMYK) = 0.05.

Color convert

RGB 243 8 3 -
CMYK 0 0.97 0.99 0.05
HSL 1.25º 0.98% 0.48% -
HSV(B) 1.25º 0.99% 0.95% -
XYZ 37.07 19.23 1.85 -
YUV 77.7 85.86 245.91 -
System Red Green Blue C M Y K H S L
Decimal 243 8 3 0 0.97 0.99 0.05 1.25 0.98 0.48
Hex F3 8 3 0 61 63 5 1 62 30
Octal 363 10 3 0 141 143 5 1 142 60
Binary 11110011 1000 11 0 1100001 1100011 101 1 1100010 110000

Color Harmonies of #F30803

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F30803

Black with #F30803

Text Example


Text Example

White with #F30803

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F30803; }

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

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

background-color css

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

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

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

border-color css

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

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

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