Html Css Color HEX #FD1010 Red

📋 copy color: '#FD1010'

red 253 ◦ green 16 ◦ blue 16

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

Shades of Red #FD1010

Tints of Red #FD1010

RGB

 RED value IS 253 (99.22% from 255) = 88.77%

 GREEN value IS 16 (6.64% from 255) = 5.61%

 BLUE value IS 16 (6.64% from 255) = 5.61%

R = 88.77%
G = 5.61%
B = 5.61%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.94

 K value IS 0.01

RGB Variations

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

Color information

#FD1010 (or 0xFD1010) is known color: Red. HEX triplet: FD, 10 and 10. RGB value is (253,16,16). Sum of RGB (Red+Green+Blue) = 253+16+16=285 (37% of max value = 765). Red value is 253 (99.22% from 255 or 88.77% from 285); Green value is 16 (6.64% from 255 or 5.61% from 285); Blue value is 16 (6.64% from 255 or 5.61% from 285); Max value from RGB is 253 - color contains mainly: red. Hex color #FD1010 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FD1010 is #02EFEF. Grayscale: #575757. Windows color (decimal): -192496 or 1052925. OLE color: 1052925.

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

Color convert

RGB 253 16 16 -
CMYK 0 0.94 0.94 0.01
HSL 0.98% 0.53% -
HSV(B) 0.94% 0.99% -
XYZ 40.79 21.29 2.45 -
YUV 86.86 88.02 246.5 -
System Red Green Blue C M Y K H S L
Decimal 253 16 16 0 0.94 0.94 0.01 0 0.98 0.53
Hex FD 10 10 0 5E 5E 1 0 62 35
Octal 375 20 20 0 136 136 1 0 142 65
Binary 11111101 10000 10000 0 1011110 1011110 1 0 1100010 110101

Color Harmonies of #FD1010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD1010

Black with #FD1010

Text Example


Text Example

White with #FD1010

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD1010; }

 p { color: rgb(253,16,16); }

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

background-color css

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

 a { background-color: rgb(253,16,16); }

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

border-color css

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

 span { border-color: rgb(253,16,16); }

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