Html Css Color HEX #FD0F0E Red

📋 copy color: '#FD0F0E'

red 253 ◦ green 15 ◦ blue 14

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

Shades of Red #FD0F0E

Tints of Red #FD0F0E

RGB

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

 GREEN value IS 15 (6.25% from 255) = 5.32%

 BLUE value IS 14 (5.86% from 255) = 4.96%

R = 89.72%
G = 5.32%
B = 4.96%

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

#FD0F0E (or 0xFD0F0E) is known color: Red. HEX triplet: FD, 0F and 0E. RGB value is (253,15,14). Sum of RGB (Red+Green+Blue) = 253+15+14=282 (37% of max value = 765). Red value is 253 (99.22% from 255 or 89.72% from 282); Green value is 15 (6.25% from 255 or 5.32% from 282); Blue value is 14 (5.86% from 255 or 4.96% from 282); Max value from RGB is 253 - color contains mainly: red. Hex color #FD0F0E is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FD0F0E is #02F0F1. Grayscale: #565656. Windows color (decimal): -192754 or 921597. OLE color: 921597.

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

Color convert

RGB 253 15 14 -
CMYK 0 0.94 0.94 0.01
HSL 0.25º 0.98% 0.52% -
HSV(B) 0.25º 0.94% 0.99% -
XYZ 40.76 21.26 2.37 -
YUV 86.05 87.35 247.08 -
System Red Green Blue C M Y K H S L
Decimal 253 15 14 0 0.94 0.94 0.01 0.25 0.98 0.52
Hex FD F E 0 5E 5E 1 0 62 34
Octal 375 17 16 0 136 136 1 0 142 64
Binary 11111101 1111 1110 0 1011110 1011110 1 0 1100010 110100

Color Harmonies of #FD0F0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD0F0E

Black with #FD0F0E

Text Example


Text Example

White with #FD0F0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD0F0E; }

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

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

background-color css

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

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

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

border-color css

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

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

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