Html Css Color HEX #FF140B Scarlet

📋 copy color: '#FF140B'

red 255 ◦ green 20 ◦ blue 11

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

Shades of Scarlet #FF140B

Tints of Scarlet #FF140B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 3.85%

R = 89.16%
G = 6.99%
B = 3.85%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.96

 K value IS 0

RGB Variations

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

Color information

#FF140B (or 0xFF140B) is known color: Scarlet. HEX triplet: FF, 14 and 0B. RGB value is (255,20,11). Sum of RGB (Red+Green+Blue) = 255+20+11=286 (37% of max value = 765). Red value is 255 (100% from 255 or 89.16% from 286); Green value is 20 (8.20% from 255 or 6.99% from 286); Blue value is 11 (4.69% from 255 or 3.85% from 286); Max value from RGB is 255 - color contains mainly: red. Hex color #FF140B is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FF140B is #00EBF4. Grayscale: #595959. Windows color (decimal): -60405 or 726271. OLE color: 726271.

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

Color convert

RGB 255 20 11 -
CMYK 0 0.92 0.96 0
HSL 2.21º 1% 0.52% -
HSV(B) 2.21º 0.96% 1% -
XYZ 41.55 21.78 2.33 -
YUV 89.24 83.86 246.23 -
System Red Green Blue C M Y K H S L
Decimal 255 20 11 0 0.92 0.96 0 2.21 1 0.52
Hex FF 14 B 0 5C 60 0 2 64 34
Octal 377 24 13 0 134 140 0 2 144 64
Binary 11111111 10100 1011 0 1011100 1100000 0 10 1100100 110100

Color Harmonies of #FF140B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF140B

Black with #FF140B

Text Example


Text Example

White with #FF140B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF140B; }

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

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

background-color css

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

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

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

border-color css

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

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

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