Html Css Color HEX #FF0702 Red

📋 copy color: '#FF0702'

red 255 ◦ green 7 ◦ blue 2

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

Shades of Red #FF0702

Tints of Red #FF0702

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.76%

R = 96.59%
G = 2.65%
B = 0.76%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.99

 K value IS 0

RGB Variations

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

Color information

#FF0702 (or 0xFF0702) is known color: Red. HEX triplet: FF, 07 and 02. RGB value is (255,7,2). Sum of RGB (Red+Green+Blue) = 255+7+2=264 (34% of max value = 765). Red value is 255 (100% from 255 or 96.59% from 264); Green value is 7 (3.12% from 255 or 2.65% from 264); Blue value is 2 (1.17% from 255 or 0.76% from 264); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0702 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FF0702 is #00F8FD. Grayscale: #505050. Windows color (decimal): -63742 or 133119. OLE color: 133119.

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

Color convert

RGB 255 7 2 -
CMYK 0 0.97 0.99 0
HSL 1.19º 1% 0.5% -
HSV(B) 1.19º 0.99% 1% -
XYZ 41.33 21.42 2.01 -
YUV 80.58 83.66 252.41 -
System Red Green Blue C M Y K H S L
Decimal 255 7 2 0 0.97 0.99 0 1.19 1 0.5
Hex FF 7 2 0 61 63 0 1 64 32
Octal 377 7 2 0 141 143 0 1 144 62
Binary 11111111 111 10 0 1100001 1100011 0 1 1100100 110010

Color Harmonies of #FF0702

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF0702

Black with #FF0702

Text Example


Text Example

White with #FF0702

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF0702; }

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

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

background-color css

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

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

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

border-color css

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

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

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