Html Css Color HEX #FF0604 Red

📋 copy color: '#FF0604'

red 255 ◦ green 6 ◦ blue 4

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

Shades of Red #FF0604

Tints of Red #FF0604

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.26%

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

R = 96.23%
G = 2.26%
B = 1.51%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.98

 K value IS 0

RGB Variations

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

Color information

#FF0604 (or 0xFF0604) is known color: Red. HEX triplet: FF, 06 and 04. RGB value is (255,6,4). Sum of RGB (Red+Green+Blue) = 255+6+4=265 (35% of max value = 765). Red value is 255 (100% from 255 or 96.23% from 265); Green value is 6 (2.73% from 255 or 2.26% from 265); Blue value is 4 (1.95% from 255 or 1.51% from 265); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0604 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FF0604 is #00F9FB. Grayscale: #505050. Windows color (decimal): -63996 or 263935. OLE color: 263935.

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

Color convert

RGB 255 6 4 -
CMYK 0 0.98 0.98 0
HSL 0.48º 1% 0.51% -
HSV(B) 0.48º 0.98% 1% -
XYZ 41.33 21.4 2.07 -
YUV 80.22 84.99 252.66 -
System Red Green Blue C M Y K H S L
Decimal 255 6 4 0 0.98 0.98 0 0.48 1 0.51
Hex FF 6 4 0 62 62 0 0 64 33
Octal 377 6 4 0 142 142 0 0 144 63
Binary 11111111 110 100 0 1100010 1100010 0 0 1100100 110011

Color Harmonies of #FF0604

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF0604

Black with #FF0604

Text Example


Text Example

White with #FF0604

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF0604; }

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

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

background-color css

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

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

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

border-color css

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

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

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