Html Css Color HEX #FF0400 Red

📋 copy color: '#FF0400'

red 255 ◦ green 4 ◦ blue 0

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

Shades of Red #FF0400

Tints of Red #FF0400

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.54%

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

R = 98.46%
G = 1.54%
B = 0%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 1

 K value IS 0

RGB Variations

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

Color information

#FF0400 (or 0xFF0400) is known color: Red. HEX triplet: FF, 04 and 00. RGB value is (255,4,0). Sum of RGB (Red+Green+Blue) = 255+4+0=259 (34% of max value = 765). Red value is 255 (100% from 255 or 98.46% from 259); Green value is 4 (1.95% from 255 or 1.54% from 259); Blue value is 0 (0.39% from 255 or 0% from 259); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0400 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FF0400 is #00FBFF. Grayscale: #4E4E4E. Windows color (decimal): -64512 or 1279. OLE color: 1279.

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

Color convert

RGB 255 4 0 -
CMYK 0 0.98 1 0
HSL 0.94º 1% 0.5% -
HSV(B) 0.94º 1% 1% -
XYZ 41.28 21.35 1.94 -
YUV 78.59 83.66 253.83 -
System Red Green Blue C M Y K H S L
Decimal 255 4 0 0 0.98 1 0 0.94 1 0.5
Hex FF 4 0 0 62 64 0 1 64 32
Octal 377 4 0 0 142 144 0 1 144 62
Binary 11111111 100 0 0 1100010 1100100 0 1 1100100 110010

Color Harmonies of #FF0400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF0400

Black with #FF0400

Text Example


Text Example

White with #FF0400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF0400; }

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

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

background-color css

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

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

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

border-color css

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

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

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