Html Css Color HEX #FD0E03 Red

📋 copy color: '#FD0E03'

red 253 ◦ green 14 ◦ blue 3

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

Shades of Red #FD0E03

Tints of Red #FD0E03

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 1.11%

R = 93.7%
G = 5.19%
B = 1.11%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.99

 K value IS 0.01

RGB Variations

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

Color information

#FD0E03 (or 0xFD0E03) is known color: Red. HEX triplet: FD, 0E and 03. RGB value is (253,14,3). Sum of RGB (Red+Green+Blue) = 253+14+3=270 (35% of max value = 765). Red value is 253 (99.22% from 255 or 93.70% from 270); Green value is 14 (5.86% from 255 or 5.19% from 270); Blue value is 3 (1.56% from 255 or 1.11% from 270); Max value from RGB is 253 - color contains mainly: red. Hex color #FD0E03 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FD0E03 is #02F1FC. Grayscale: #545454. Windows color (decimal): -193021 or 200445. OLE color: 200445.

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

Color convert

RGB 253 14 3 -
CMYK 0 0.94 0.99 0.01
HSL 2.64º 0.98% 0.5% -
HSV(B) 2.64º 0.99% 0.99% -
XYZ 40.68 21.2 2.03 -
YUV 84.21 82.18 248.39 -
System Red Green Blue C M Y K H S L
Decimal 253 14 3 0 0.94 0.99 0.01 2.64 0.98 0.5
Hex FD E 3 0 5E 63 1 3 62 32
Octal 375 16 3 0 136 143 1 3 142 62
Binary 11111101 1110 11 0 1011110 1100011 1 11 1100010 110010

Color Harmonies of #FD0E03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD0E03

Black with #FD0E03

Text Example


Text Example

White with #FD0E03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD0E03; }

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

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

background-color css

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

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

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

border-color css

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

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

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