Html Css Color HEX #FF1F0F Scarlet

📋 copy color: '#FF1F0F'

red 255 ◦ green 31 ◦ blue 15

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

Shades of Scarlet #FF1F0F

Tints of Scarlet #FF1F0F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 4.98%

R = 84.72%
G = 10.3%
B = 4.98%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.94

 K value IS 0

RGB Variations

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

Color information

#FF1F0F (or 0xFF1F0F) is known color: Scarlet. HEX triplet: FF, 1F and 0F. RGB value is (255,31,15). Sum of RGB (Red+Green+Blue) = 255+31+15=301 (39% of max value = 765). Red value is 255 (100% from 255 or 84.72% from 301); Green value is 31 (12.5% from 255 or 10.30% from 301); Blue value is 15 (6.25% from 255 or 4.98% from 301); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1F0F is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FF1F0F is #00E0F0. Grayscale: #606060. Windows color (decimal): -57585 or 991231. OLE color: 991231.

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

Color convert

RGB 255 31 15 -
CMYK 0 0.88 0.94 0
HSL 1% 0.53% -
HSV(B) 0.94% 1% -
XYZ 41.82 22.27 2.55 -
YUV 96.15 82.21 241.3 -
System Red Green Blue C M Y K H S L
Decimal 255 31 15 0 0.88 0.94 0 4 1 0.53
Hex FF 1F F 0 58 5E 0 4 64 35
Octal 377 37 17 0 130 136 0 4 144 65
Binary 11111111 11111 1111 0 1011000 1011110 0 100 1100100 110101

Color Harmonies of #FF1F0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF1F0F

Black with #FF1F0F

Text Example


Text Example

White with #FF1F0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF1F0F; }

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

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

background-color css

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

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

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

border-color css

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

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

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