Html Css Color HEX #FF300E Scarlet

📋 copy color: '#FF300E'

red 255 ◦ green 48 ◦ blue 14

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

Shades of Scarlet #FF300E

Tints of Scarlet #FF300E

RGB

 RED value IS 255 (100% from 255) = 80.44%

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

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

R = 80.44%
G = 15.14%
B = 4.42%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.95

 K value IS 0

RGB Variations

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

Color information

#FF300E (or 0xFF300E) is known color: Scarlet. HEX triplet: FF, 30 and 0E. RGB value is (255,48,14). Sum of RGB (Red+Green+Blue) = 255+48+14=317 (41% of max value = 765). Red value is 255 (100% from 255 or 80.44% from 317); Green value is 48 (19.14% from 255 or 15.14% from 317); Blue value is 14 (5.86% from 255 or 4.42% from 317); Max value from RGB is 255 - color contains mainly: red. Hex color #FF300E is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FF300E is #00CFF1. Grayscale: #6A6A6A. Windows color (decimal): -53234 or 930047. OLE color: 930047.

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

Color convert

RGB 255 48 14 -
CMYK 0 0.81 0.95 0
HSL 8.46º 1% 0.53% -
HSV(B) 8.46º 0.95% 1% -
XYZ 42.38 23.41 2.7 -
YUV 106.02 76.08 234.26 -
System Red Green Blue C M Y K H S L
Decimal 255 48 14 0 0.81 0.95 0 8.46 1 0.53
Hex FF 30 E 0 51 5F 0 8 64 35
Octal 377 60 16 0 121 137 0 10 144 65
Binary 11111111 110000 1110 0 1010001 1011111 0 1000 1100100 110101

Color Harmonies of #FF300E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF300E

Black with #FF300E

Text Example


Text Example

White with #FF300E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF300E; }

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

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

background-color css

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

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

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

border-color css

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

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

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