Html Css Color HEX #FF140E Scarlet

📋 copy color: '#FF140E'

red 255 ◦ green 20 ◦ blue 14

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

Shades of Scarlet #FF140E

Tints of Scarlet #FF140E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 4.84%

R = 88.24%
G = 6.92%
B = 4.84%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.95

 K value IS 0

RGB Variations

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

Color information

#FF140E (or 0xFF140E) is known color: Scarlet. HEX triplet: FF, 14 and 0E. RGB value is (255,20,14). Sum of RGB (Red+Green+Blue) = 255+20+14=289 (38% of max value = 765). Red value is 255 (100% from 255 or 88.24% from 289); Green value is 20 (8.20% from 255 or 6.92% from 289); Blue value is 14 (5.86% from 255 or 4.84% from 289); Max value from RGB is 255 - color contains mainly: red. Hex color #FF140E is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FF140E is #00EBF1. Grayscale: #595959. Windows color (decimal): -60402 or 922879. OLE color: 922879.

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

Color convert

RGB 255 20 14 -
CMYK 0 0.92 0.95 0
HSL 1.49º 1% 0.53% -
HSV(B) 1.49º 0.95% 1% -
XYZ 41.57 21.79 2.43 -
YUV 89.58 85.36 245.99 -
System Red Green Blue C M Y K H S L
Decimal 255 20 14 0 0.92 0.95 0 1.49 1 0.53
Hex FF 14 E 0 5C 5F 0 1 64 35
Octal 377 24 16 0 134 137 0 1 144 65
Binary 11111111 10100 1110 0 1011100 1011111 0 1 1100100 110101

Color Harmonies of #FF140E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF140E

Black with #FF140E

Text Example


Text Example

White with #FF140E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF140E; }

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

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

background-color css

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

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

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

border-color css

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

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

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