Html Css Color HEX #FD300E Scarlet

📋 copy color: '#FD300E'

red 253 ◦ green 48 ◦ blue 14

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

Shades of Scarlet #FD300E

Tints of Scarlet #FD300E

RGB

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

 GREEN value IS 48 (19.14% from 255) = 15.24%

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

R = 80.32%
G = 15.24%
B = 4.44%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.94

 K value IS 0.01

RGB Variations

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

Color information

#FD300E (or 0xFD300E) is known color: Scarlet. HEX triplet: FD, 30 and 0E. RGB value is (253,48,14). Sum of RGB (Red+Green+Blue) = 253+48+14=315 (41% of max value = 765). Red value is 253 (99.22% from 255 or 80.32% from 315); Green value is 48 (19.14% from 255 or 15.24% from 315); Blue value is 14 (5.86% from 255 or 4.44% from 315); Max value from RGB is 253 - color contains mainly: red. Hex color #FD300E is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FD300E is #02CFF1. Grayscale: #696969. Windows color (decimal): -184306 or 930045. OLE color: 930045.

HSL color Cylindrical-coordinate representation of color #FD300E: hue angle of 8.54º 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 #FD300E is Cyan = 0, Magento = 0.81, Yellow = 0.94 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 48 14 -
CMYK 0 0.81 0.94 0.01
HSL 8.54º 0.98% 0.52% -
HSV(B) 8.54º 0.94% 0.99% -
XYZ 41.64 23.03 2.67 -
YUV 105.42 76.42 233.26 -
System Red Green Blue C M Y K H S L
Decimal 253 48 14 0 0.81 0.94 0.01 8.54 0.98 0.52
Hex FD 30 E 0 51 5E 1 9 62 34
Octal 375 60 16 0 121 136 1 11 142 64
Binary 11111101 110000 1110 0 1010001 1011110 1 1001 1100010 110100

Color Harmonies of #FD300E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD300E

Black with #FD300E

Text Example


Text Example

White with #FD300E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD300E; }

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

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

background-color css

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

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

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

border-color css

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

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

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