Html Css Color HEX #FD0300 Red

📋 copy color: '#FD0300'

red 253 ◦ green 3 ◦ blue 0

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

Shades of Red #FD0300

Tints of Red #FD0300

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.17%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 98.83%
G = 1.17%
B = 0%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 1

 K value IS 0.01

RGB Variations

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

Color information

#FD0300 (or 0xFD0300) is known color: Red. HEX triplet: FD, 03 and 00. RGB value is (253,3,0). Sum of RGB (Red+Green+Blue) = 253+3+0=256 (33% of max value = 765). Red value is 253 (99.22% from 255 or 98.83% from 256); Green value is 3 (1.56% from 255 or 1.17% from 256); Blue value is 0 (0.39% from 255 or 0% from 256); Max value from RGB is 253 - color contains mainly: red. Hex color #FD0300 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FD0300 is #02FCFF. Grayscale: #4D4D4D. Windows color (decimal): -195840 or 1021. OLE color: 1021.

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

Color convert

RGB 253 3 0 -
CMYK 0 0.99 1 0.01
HSL 0.71º 1% 0.5% -
HSV(B) 0.71º 1% 0.99% -
XYZ 40.54 20.95 1.91 -
YUV 77.41 84.33 253.24 -
System Red Green Blue C M Y K H S L
Decimal 253 3 0 0 0.99 1 0.01 0.71 1 0.5
Hex FD 3 0 0 63 64 1 1 64 32
Octal 375 3 0 0 143 144 1 1 144 62
Binary 11111101 11 0 0 1100011 1100100 1 1 1100100 110010

Color Harmonies of #FD0300

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD0300

Black with #FD0300

Text Example


Text Example

White with #FD0300

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD0300; }

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

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

background-color css

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

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

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

border-color css

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

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

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