Html Css Color HEX #FF140F Scarlet

📋 copy color: '#FF140F'

red 255 ◦ green 20 ◦ blue 15

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

Shades of Scarlet #FF140F

Tints of Scarlet #FF140F

RGB

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

 GREEN value IS 20 (8.2% from 255) = 6.9%

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

R = 87.93%
G = 6.9%
B = 5.17%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.94

 K value IS 0

RGB Variations

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

Color information

#FF140F (or 0xFF140F) is known color: Scarlet. HEX triplet: FF, 14 and 0F. RGB value is (255,20,15). Sum of RGB (Red+Green+Blue) = 255+20+15=290 (38% of max value = 765). Red value is 255 (100% from 255 or 87.93% from 290); Green value is 20 (8.20% from 255 or 6.90% from 290); Blue value is 15 (6.25% from 255 or 5.17% from 290); Max value from RGB is 255 - color contains mainly: red. Hex color #FF140F is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FF140F is #00EBF0. Grayscale: #595959. Windows color (decimal): -60401 or 988415. OLE color: 988415.

HSL color Cylindrical-coordinate representation of color #FF140F: hue angle of 1.25º 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 #FF140F is Cyan = 0, Magento = 0.92, Yellow = 0.94 and Black (K on CMYK) = 0.

Color convert

RGB 255 20 15 -
CMYK 0 0.92 0.94 0
HSL 1.25º 1% 0.53% -
HSV(B) 1.25º 0.94% 1% -
XYZ 41.58 21.79 2.47 -
YUV 89.7 85.86 245.91 -
System Red Green Blue C M Y K H S L
Decimal 255 20 15 0 0.92 0.94 0 1.25 1 0.53
Hex FF 14 F 0 5C 5E 0 1 64 35
Octal 377 24 17 0 134 136 0 1 144 65
Binary 11111111 10100 1111 0 1011100 1011110 0 1 1100100 110101

Color Harmonies of #FF140F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF140F

Black with #FF140F

Text Example


Text Example

White with #FF140F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF140F; }

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

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

background-color css

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

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

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

border-color css

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

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

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