Html Css Color HEX #F30000 Red

📋 copy color: '#F30000'

red 243 ◦ green 0 ◦ blue 0

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

Shades of Red #F30000

Tints of Red #F30000

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 100%
G = 0%
B = 0%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 1

 K value IS 0.05

RGB Variations

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

Color information

#F30000 (or 0xF30000) is known color: Red. HEX triplet: F3, 00 and 00. RGB value is (243,0,0). Sum of RGB (Red+Green+Blue) = 243+0+0=243 (32% of max value = 765). Red value is 243 (95.31% from 255 or 100% from 243); Green value is 0 (0.39% from 255 or 0% from 243); Blue value is 0 (0.39% from 255 or 0% from 243); Max value from RGB is 243 - color contains mainly: red. Hex color #F30000 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F30000 is #0CFFFF. Grayscale: #484848. Windows color (decimal): -851968 or 243. OLE color: 243.

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

Color convert

RGB 243 0 0 -
CMYK 0 1 1 0.05
HSL 1% 0.48% -
HSV(B) 1% 0.95% -
XYZ 36.96 19.05 1.73 -
YUV 72.66 87.01 249.5 -
System Red Green Blue C M Y K H S L
Decimal 243 0 0 0 1 1 0.05 0 1 0.48
Hex F3 0 0 0 64 64 5 0 64 30
Octal 363 0 0 0 144 144 5 0 144 60
Binary 11110011 0 0 0 1100100 1100100 101 0 1100100 110000

Color Harmonies of #F30000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F30000

Black with #F30000

Text Example


Text Example

White with #F30000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F30000; }

 p { color: rgb(243,0,0); }

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

background-color css

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

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

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

border-color css

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

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

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