Html Css Color HEX #FF0502 Red

📋 copy color: '#FF0502'

red 255 ◦ green 5 ◦ blue 2

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

Shades of Red #FF0502

Tints of Red #FF0502

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.91%

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

R = 97.33%
G = 1.91%
B = 0.76%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.99

 K value IS 0

RGB Variations

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

Color information

#FF0502 (or 0xFF0502) is known color: Red. HEX triplet: FF, 05 and 02. RGB value is (255,5,2). Sum of RGB (Red+Green+Blue) = 255+5+2=262 (34% of max value = 765). Red value is 255 (100% from 255 or 97.33% from 262); Green value is 5 (2.34% from 255 or 1.91% from 262); Blue value is 2 (1.17% from 255 or 0.76% from 262); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0502 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FF0502 is #00FAFD. Grayscale: #4F4F4F. Windows color (decimal): -64254 or 132607. OLE color: 132607.

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

Color convert

RGB 255 5 2 -
CMYK 0 0.98 0.99 0
HSL 0.71º 1% 0.5% -
HSV(B) 0.71º 0.99% 1% -
XYZ 41.31 21.37 2.01 -
YUV 79.41 84.33 253.24 -
System Red Green Blue C M Y K H S L
Decimal 255 5 2 0 0.98 0.99 0 0.71 1 0.5
Hex FF 5 2 0 62 63 0 1 64 32
Octal 377 5 2 0 142 143 0 1 144 62
Binary 11111111 101 10 0 1100010 1100011 0 1 1100100 110010

Color Harmonies of #FF0502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF0502

Black with #FF0502

Text Example


Text Example

White with #FF0502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF0502; }

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

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

background-color css

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

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

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

border-color css

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

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

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