Html Css Color HEX #FF0904 Red

📋 copy color: '#FF0904'

red 255 ◦ green 9 ◦ blue 4

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

Shades of Red #FF0904

Tints of Red #FF0904

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.49%

R = 95.15%
G = 3.36%
B = 1.49%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.98

 K value IS 0

RGB Variations

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

Color information

#FF0904 (or 0xFF0904) is known color: Red. HEX triplet: FF, 09 and 04. RGB value is (255,9,4). Sum of RGB (Red+Green+Blue) = 255+9+4=268 (35% of max value = 765). Red value is 255 (100% from 255 or 95.15% from 268); Green value is 9 (3.91% from 255 or 3.36% from 268); Blue value is 4 (1.95% from 255 or 1.49% from 268); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0904 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FF0904 is #00F6FB. Grayscale: #525252. Windows color (decimal): -63228 or 264703. OLE color: 264703.

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

Color convert

RGB 255 9 4 -
CMYK 0 0.96 0.98 0
HSL 1.2º 1% 0.51% -
HSV(B) 1.2º 0.98% 1% -
XYZ 41.36 21.46 2.08 -
YUV 81.98 84 251.41 -
System Red Green Blue C M Y K H S L
Decimal 255 9 4 0 0.96 0.98 0 1.2 1 0.51
Hex FF 9 4 0 60 62 0 1 64 33
Octal 377 11 4 0 140 142 0 1 144 63
Binary 11111111 1001 100 0 1100000 1100010 0 1 1100100 110011

Color Harmonies of #FF0904

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF0904

Black with #FF0904

Text Example


Text Example

White with #FF0904

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF0904; }

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

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

background-color css

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

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

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

border-color css

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

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

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