Html Css Color HEX #FF0700 Red

📋 copy color: '#FF0700'

red 255 ◦ green 7 ◦ blue 0

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

Shades of Red #FF0700

Tints of Red #FF0700

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.67%

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

R = 97.33%
G = 2.67%
B = 0%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 1

 K value IS 0

RGB Variations

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

Color information

#FF0700 (or 0xFF0700) is known color: Red. HEX triplet: FF, 07 and 00. RGB value is (255,7,0). Sum of RGB (Red+Green+Blue) = 255+7+0=262 (34% of max value = 765). Red value is 255 (100% from 255 or 97.33% from 262); Green value is 7 (3.12% from 255 or 2.67% from 262); Blue value is 0 (0.39% from 255 or 0% from 262); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0700 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FF0700 is #00F8FF. Grayscale: #505050. Windows color (decimal): -63744 or 2047. OLE color: 2047.

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

Color convert

RGB 255 7 0 -
CMYK 0 0.97 1 0
HSL 1.65º 1% 0.5% -
HSV(B) 1.65º 1% 1% -
XYZ 41.32 21.41 1.96 -
YUV 80.35 82.66 252.57 -
System Red Green Blue C M Y K H S L
Decimal 255 7 0 0 0.97 1 0 1.65 1 0.5
Hex FF 7 0 0 61 64 0 2 64 32
Octal 377 7 0 0 141 144 0 2 144 62
Binary 11111111 111 0 0 1100001 1100100 0 10 1100100 110010

Color Harmonies of #FF0700

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF0700

Black with #FF0700

Text Example


Text Example

White with #FF0700

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF0700; }

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

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

background-color css

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

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

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

border-color css

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

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

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