Html Css Color HEX #FF0202 Red

📋 copy color: '#FF0202'

red 255 ◦ green 2 ◦ blue 2

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

Shades of Red #FF0202

Tints of Red #FF0202

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.77%

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

R = 98.46%
G = 0.77%
B = 0.77%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.99

 K value IS 0

RGB Variations

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

Color information

#FF0202 (or 0xFF0202) is known color: Red. HEX triplet: FF, 02 and 02. RGB value is (255,2,2). Sum of RGB (Red+Green+Blue) = 255+2+2=259 (34% of max value = 765). Red value is 255 (100% from 255 or 98.46% from 259); Green value is 2 (1.17% from 255 or 0.77% from 259); Blue value is 2 (1.17% from 255 or 0.77% from 259); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0202 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FF0202 is #00FDFD. Grayscale: #4D4D4D. Windows color (decimal): -65022 or 131839. OLE color: 131839.

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

Color convert

RGB 255 2 2 -
CMYK 0 0.99 0.99 0
HSL 1% 0.5% -
HSV(B) 0.99% 1% -
XYZ 41.27 21.31 1.99 -
YUV 77.65 85.32 254.5 -
System Red Green Blue C M Y K H S L
Decimal 255 2 2 0 0.99 0.99 0 0 1 0.5
Hex FF 2 2 0 63 63 0 0 64 32
Octal 377 2 2 0 143 143 0 0 144 62
Binary 11111111 10 10 0 1100011 1100011 0 0 1100100 110010

Color Harmonies of #FF0202

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF0202

Black with #FF0202

Text Example


Text Example

White with #FF0202

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF0202; }

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

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

background-color css

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

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

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

border-color css

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

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

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