Html Css Color HEX #FF3001 Scarlet

📋 copy color: '#FF3001'

red 255 ◦ green 48 ◦ blue 1

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

Shades of Scarlet #FF3001

Tints of Scarlet #FF3001

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.33%

R = 83.88%
G = 15.79%
B = 0.33%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 1.00

 K value IS 0

RGB Variations

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

Color information

#FF3001 (or 0xFF3001) is known color: Scarlet. HEX triplet: FF, 30 and 01. RGB value is (255,48,1). Sum of RGB (Red+Green+Blue) = 255+48+1=304 (40% of max value = 765). Red value is 255 (100% from 255 or 83.88% from 304); Green value is 48 (19.14% from 255 or 15.79% from 304); Blue value is 1 (0.78% from 255 or 0.33% from 304); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3001 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FF3001 is #00CFFE. Grayscale: #686868. Windows color (decimal): -53247 or 78079. OLE color: 78079.

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

Color convert

RGB 255 48 1 -
CMYK 0 0.81 1.00 0
HSL 11.1º 1% 0.5% -
HSV(B) 11.1º 1% 1% -
XYZ 42.3 23.38 2.31 -
YUV 104.54 69.58 235.32 -
System Red Green Blue C M Y K H S L
Decimal 255 48 1 0 0.81 1.00 0 11.1 1 0.5
Hex FF 30 1 0 51 64 0 B 64 32
Octal 377 60 1 0 121 144 0 13 144 62
Binary 11111111 110000 1 0 1010001 1100100 0 1011 1100100 110010

Color Harmonies of #FF3001

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF3001

Black with #FF3001

Text Example


Text Example

White with #FF3001

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF3001; }

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

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

background-color css

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

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

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

border-color css

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

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

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