Html Css Color HEX #FD0E06 Red

📋 copy color: '#FD0E06'

red 253 ◦ green 14 ◦ blue 6

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

Shades of Red #FD0E06

Tints of Red #FD0E06

RGB

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

 GREEN value IS 14 (5.86% from 255) = 5.13%

 BLUE value IS 6 (2.73% from 255) = 2.2%

R = 92.67%
G = 5.13%
B = 2.2%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.98

 K value IS 0.01

RGB Variations

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

Color information

#FD0E06 (or 0xFD0E06) is known color: Red. HEX triplet: FD, 0E and 06. RGB value is (253,14,6). Sum of RGB (Red+Green+Blue) = 253+14+6=273 (36% of max value = 765). Red value is 253 (99.22% from 255 or 92.67% from 273); Green value is 14 (5.86% from 255 or 5.13% from 273); Blue value is 6 (2.73% from 255 or 2.20% from 273); Max value from RGB is 253 - color contains mainly: red. Hex color #FD0E06 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FD0E06 is #02F1F9. Grayscale: #545454. Windows color (decimal): -193018 or 397053. OLE color: 397053.

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

Color convert

RGB 253 14 6 -
CMYK 0 0.94 0.98 0.01
HSL 1.94º 0.98% 0.51% -
HSV(B) 1.94º 0.98% 0.99% -
XYZ 40.7 21.21 2.12 -
YUV 84.55 83.68 248.15 -
System Red Green Blue C M Y K H S L
Decimal 253 14 6 0 0.94 0.98 0.01 1.94 0.98 0.51
Hex FD E 6 0 5E 62 1 2 62 33
Octal 375 16 6 0 136 142 1 2 142 63
Binary 11111101 1110 110 0 1011110 1100010 1 10 1100010 110011

Color Harmonies of #FD0E06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD0E06

Black with #FD0E06

Text Example


Text Example

White with #FD0E06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD0E06; }

 p { color: rgb(253,14,6); }

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

background-color css

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

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

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

border-color css

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

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

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