Html Css Color HEX #F30703 Red

📋 copy color: '#F30703'

red 243 ◦ green 7 ◦ blue 3

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

Shades of Red #F30703

Tints of Red #F30703

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.77%

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

R = 96.05%
G = 2.77%
B = 1.19%

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

#F30703 (or 0xF30703) is known color: Red. HEX triplet: F3, 07 and 03. RGB value is (243,7,3). Sum of RGB (Red+Green+Blue) = 243+7+3=253 (33% of max value = 765). Red value is 243 (95.31% from 255 or 96.05% from 253); Green value is 7 (3.12% from 255 or 2.77% from 253); Blue value is 3 (1.56% from 255 or 1.19% from 253); Max value from RGB is 243 - color contains mainly: red. Hex color #F30703 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F30703 is #0CF8FC. Grayscale: #4D4D4D. Windows color (decimal): -850173 or 198643. OLE color: 198643.

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

Color convert

RGB 243 7 3 -
CMYK 0 0.97 0.99 0.05
HSL 0.98% 0.48% -
HSV(B) 0.99% 0.95% -
XYZ 37.05 19.21 1.84 -
YUV 77.11 86.19 246.33 -
System Red Green Blue C M Y K H S L
Decimal 243 7 3 0 0.97 0.99 0.05 1 0.98 0.48
Hex F3 7 3 0 61 63 5 1 62 30
Octal 363 7 3 0 141 143 5 1 142 60
Binary 11110011 111 11 0 1100001 1100011 101 1 1100010 110000

Color Harmonies of #F30703

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F30703

Black with #F30703

Text Example


Text Example

White with #F30703

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F30703; }

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

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

background-color css

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

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

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

border-color css

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

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

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