Html Css Color HEX #FF1F03 Scarlet

📋 copy color: '#FF1F03'

red 255 ◦ green 31 ◦ blue 3

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

Shades of Scarlet #FF1F03

Tints of Scarlet #FF1F03

RGB

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

 GREEN value IS 31 (12.5% from 255) = 10.73%

 BLUE value IS 3 (1.56% from 255) = 1.04%

R = 88.24%
G = 10.73%
B = 1.04%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.99

 K value IS 0

RGB Variations

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

Color information

#FF1F03 (or 0xFF1F03) is known color: Scarlet. HEX triplet: FF, 1F and 03. RGB value is (255,31,3). Sum of RGB (Red+Green+Blue) = 255+31+3=289 (38% of max value = 765). Red value is 255 (100% from 255 or 88.24% from 289); Green value is 31 (12.5% from 255 or 10.73% from 289); Blue value is 3 (1.56% from 255 or 1.04% from 289); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1F03 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FF1F03 is #00E0FC. Grayscale: #5F5F5F. Windows color (decimal): -57597 or 204799. OLE color: 204799.

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

Color convert

RGB 255 31 3 -
CMYK 0 0.88 0.99 0
HSL 6.67º 1% 0.51% -
HSV(B) 6.67º 0.99% 1% -
XYZ 41.75 22.25 2.18 -
YUV 94.78 76.21 242.28 -
System Red Green Blue C M Y K H S L
Decimal 255 31 3 0 0.88 0.99 0 6.67 1 0.51
Hex FF 1F 3 0 58 63 0 7 64 33
Octal 377 37 3 0 130 143 0 7 144 63
Binary 11111111 11111 11 0 1011000 1100011 0 111 1100100 110011

Color Harmonies of #FF1F03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF1F03

Black with #FF1F03

Text Example


Text Example

White with #FF1F03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF1F03; }

 p { color: rgb(255,31,3); }

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

background-color css

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

 a { background-color: rgb(255,31,3); }

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

border-color css

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

 span { border-color: rgb(255,31,3); }

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