Html Css Color HEX #FE300D Scarlet

📋 copy color: '#FE300D'

red 254 ◦ green 48 ◦ blue 13

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

Shades of Scarlet #FE300D

Tints of Scarlet #FE300D

RGB

 RED value IS 254 (99.61% from 255) = 80.63%

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

 BLUE value IS 13 (5.47% from 255) = 4.13%

R = 80.63%
G = 15.24%
B = 4.13%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.95

 K value IS 0.00

RGB Variations

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

Color information

#FE300D (or 0xFE300D) is known color: Scarlet. HEX triplet: FE, 30 and 0D. RGB value is (254,48,13). Sum of RGB (Red+Green+Blue) = 254+48+13=315 (41% of max value = 765). Red value is 254 (99.61% from 255 or 80.63% from 315); Green value is 48 (19.14% from 255 or 15.24% from 315); Blue value is 13 (5.47% from 255 or 4.13% from 315); Max value from RGB is 254 - color contains mainly: red. Hex color #FE300D is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FE300D is #01CFF2. Grayscale: #696969. Windows color (decimal): -118771 or 864510. OLE color: 864510.

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

Color convert

RGB 254 48 13 -
CMYK 0 0.81 0.95 0.00
HSL 8.71º 0.99% 0.52% -
HSV(B) 8.71º 0.95% 1% -
XYZ 42 23.21 2.65 -
YUV 105.6 75.75 233.85 -
System Red Green Blue C M Y K H S L
Decimal 254 48 13 0 0.81 0.95 0.00 8.71 0.99 0.52
Hex FE 30 D 0 51 5F 0 9 63 34
Octal 376 60 15 0 121 137 0 11 143 64
Binary 11111110 110000 1101 0 1010001 1011111 0 1001 1100011 110100

Color Harmonies of #FE300D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE300D

Black with #FE300D

Text Example


Text Example

White with #FE300D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE300D; }

 p { color: rgb(254,48,13); }

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

background-color css

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

 a { background-color: rgb(254,48,13); }

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

border-color css

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

 span { border-color: rgb(254,48,13); }

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