Html Css Color HEX #FF3014 Scarlet

📋 copy color: '#FF3014'

red 255 ◦ green 48 ◦ blue 20

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

Shades of Scarlet #FF3014

Tints of Scarlet #FF3014

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 6.19%

R = 78.95%
G = 14.86%
B = 6.19%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.92

 K value IS 0

RGB Variations

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

Color information

#FF3014 (or 0xFF3014) is known color: Scarlet. HEX triplet: FF, 30 and 14. RGB value is (255,48,20). Sum of RGB (Red+Green+Blue) = 255+48+20=323 (42% of max value = 765). Red value is 255 (100% from 255 or 78.95% from 323); Green value is 48 (19.14% from 255 or 14.86% from 323); Blue value is 20 (8.20% from 255 or 6.19% from 323); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3014 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FF3014 is #00CFEB. Grayscale: #6B6B6B. Windows color (decimal): -53228 or 1323263. OLE color: 1323263.

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

Color convert

RGB 255 48 20 -
CMYK 0 0.81 0.92 0
HSL 7.15º 1% 0.54% -
HSV(B) 7.15º 0.92% 1% -
XYZ 42.42 23.42 2.95 -
YUV 106.7 79.08 233.78 -
System Red Green Blue C M Y K H S L
Decimal 255 48 20 0 0.81 0.92 0 7.15 1 0.54
Hex FF 30 14 0 51 5C 0 7 64 36
Octal 377 60 24 0 121 134 0 7 144 66
Binary 11111111 110000 10100 0 1010001 1011100 0 111 1100100 110110

Color Harmonies of #FF3014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF3014

Black with #FF3014

Text Example


Text Example

White with #FF3014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF3014; }

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

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

background-color css

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

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

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

border-color css

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

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

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