Html Css Color HEX #FF0908 Red

📋 copy color: '#FF0908'

red 255 ◦ green 9 ◦ blue 8

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

Shades of Red #FF0908

Tints of Red #FF0908

RGB

 RED value IS 255 (100% from 255) = 93.75%

 GREEN value IS 9 (3.91% from 255) = 3.31%

 BLUE value IS 8 (3.52% from 255) = 2.94%

R = 93.75%
G = 3.31%
B = 2.94%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.97

 K value IS 0

RGB Variations

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

Color information

#FF0908 (or 0xFF0908) is known color: Red. HEX triplet: FF, 09 and 08. RGB value is (255,9,8). Sum of RGB (Red+Green+Blue) = 255+9+8=272 (36% of max value = 765). Red value is 255 (100% from 255 or 93.75% from 272); Green value is 9 (3.91% from 255 or 3.31% from 272); Blue value is 8 (3.52% from 255 or 2.94% from 272); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0908 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FF0908 is #00F6F7. Grayscale: #525252. Windows color (decimal): -63224 or 526847. OLE color: 526847.

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

Color convert

RGB 255 9 8 -
CMYK 0 0.96 0.97 0
HSL 0.24º 1% 0.52% -
HSV(B) 0.24º 0.97% 1% -
XYZ 41.38 21.47 2.19 -
YUV 82.44 86 251.08 -
System Red Green Blue C M Y K H S L
Decimal 255 9 8 0 0.96 0.97 0 0.24 1 0.52
Hex FF 9 8 0 60 61 0 0 64 34
Octal 377 11 10 0 140 141 0 0 144 64
Binary 11111111 1001 1000 0 1100000 1100001 0 0 1100100 110100

Color Harmonies of #FF0908

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF0908

Black with #FF0908

Text Example


Text Example

White with #FF0908

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF0908; }

 p { color: rgb(255,9,8); }

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

background-color css

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

 a { background-color: rgb(255,9,8); }

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

border-color css

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

 span { border-color: rgb(255,9,8); }

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