Html Css Color HEX #F30800 Red

📋 copy color: '#F30800'

red 243 ◦ green 8 ◦ blue 0

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

Shades of Red #F30800

Tints of Red #F30800

RGB

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

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

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

R = 96.81%
G = 3.19%
B = 0%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 1

 K value IS 0.05

RGB Variations

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

Color information

#F30800 (or 0xF30800) is known color: Red. HEX triplet: F3, 08 and 00. RGB value is (243,8,0). Sum of RGB (Red+Green+Blue) = 243+8+0=251 (33% of max value = 765). Red value is 243 (95.31% from 255 or 96.81% from 251); Green value is 8 (3.52% from 255 or 3.19% from 251); Blue value is 0 (0.39% from 255 or 0% from 251); Max value from RGB is 243 - color contains mainly: red. Hex color #F30800 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F30800 is #0CF7FF. Grayscale: #4D4D4D. Windows color (decimal): -849920 or 2291. OLE color: 2291.

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

Color convert

RGB 243 8 0 -
CMYK 0 0.97 1 0.05
HSL 1.98º 1% 0.48% -
HSV(B) 1.98º 1% 0.95% -
XYZ 37.05 19.23 1.76 -
YUV 77.35 84.36 246.15 -
System Red Green Blue C M Y K H S L
Decimal 243 8 0 0 0.97 1 0.05 1.98 1 0.48
Hex F3 8 0 0 61 64 5 2 64 30
Octal 363 10 0 0 141 144 5 2 144 60
Binary 11110011 1000 0 0 1100001 1100100 101 10 1100100 110000

Color Harmonies of #F30800

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F30800

Black with #F30800

Text Example


Text Example

White with #F30800

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F30800; }

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

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

background-color css

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

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

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

border-color css

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

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

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