Html Css Color HEX #F30C03 Red

📋 copy color: '#F30C03'

red 243 ◦ green 12 ◦ blue 3

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

Shades of Red #F30C03

Tints of Red #F30C03

RGB

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

 GREEN value IS 12 (5.08% from 255) = 4.65%

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

R = 94.19%
G = 4.65%
B = 1.16%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.99

 K value IS 0.05

RGB Variations

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

Color information

#F30C03 (or 0xF30C03) is known color: Red. HEX triplet: F3, 0C and 03. RGB value is (243,12,3). Sum of RGB (Red+Green+Blue) = 243+12+3=258 (34% of max value = 765). Red value is 243 (95.31% from 255 or 94.19% from 258); Green value is 12 (5.08% from 255 or 4.65% from 258); Blue value is 3 (1.56% from 255 or 1.16% from 258); Max value from RGB is 243 - color contains mainly: red. Hex color #F30C03 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F30C03 is #0CF3FC. Grayscale: #505050. Windows color (decimal): -848893 or 199923. OLE color: 199923.

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

Color convert

RGB 243 12 3 -
CMYK 0 0.95 0.99 0.05
HSL 2.25º 0.98% 0.48% -
HSV(B) 2.25º 0.99% 0.95% -
XYZ 37.11 19.32 1.86 -
YUV 80.04 84.53 244.23 -
System Red Green Blue C M Y K H S L
Decimal 243 12 3 0 0.95 0.99 0.05 2.25 0.98 0.48
Hex F3 C 3 0 5F 63 5 2 62 30
Octal 363 14 3 0 137 143 5 2 142 60
Binary 11110011 1100 11 0 1011111 1100011 101 10 1100010 110000

Color Harmonies of #F30C03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F30C03

Black with #F30C03

Text Example


Text Example

White with #F30C03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F30C03; }

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

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

background-color css

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

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

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

border-color css

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

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

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