Html Css Color HEX #FF1B0E Scarlet

📋 copy color: '#FF1B0E'

red 255 ◦ green 27 ◦ blue 14

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

Shades of Scarlet #FF1B0E

Tints of Scarlet #FF1B0E

RGB

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

 GREEN value IS 27 (10.94% from 255) = 9.12%

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

R = 86.15%
G = 9.12%
B = 4.73%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.95

 K value IS 0

RGB Variations

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

Color information

#FF1B0E (or 0xFF1B0E) is known color: Scarlet. HEX triplet: FF, 1B and 0E. RGB value is (255,27,14). Sum of RGB (Red+Green+Blue) = 255+27+14=296 (39% of max value = 765). Red value is 255 (100% from 255 or 86.15% from 296); Green value is 27 (10.94% from 255 or 9.12% from 296); Blue value is 14 (5.86% from 255 or 4.73% from 296); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1B0E is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FF1B0E is #00E4F1. Grayscale: #5D5D5D. Windows color (decimal): -58610 or 924671. OLE color: 924671.

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

Color convert

RGB 255 27 14 -
CMYK 0 0.89 0.95 0
HSL 3.24º 1% 0.53% -
HSV(B) 3.24º 0.95% 1% -
XYZ 41.71 22.08 2.48 -
YUV 93.69 83.04 243.06 -
System Red Green Blue C M Y K H S L
Decimal 255 27 14 0 0.89 0.95 0 3.24 1 0.53
Hex FF 1B E 0 59 5F 0 3 64 35
Octal 377 33 16 0 131 137 0 3 144 65
Binary 11111111 11011 1110 0 1011001 1011111 0 11 1100100 110101

Color Harmonies of #FF1B0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF1B0E

Black with #FF1B0E

Text Example


Text Example

White with #FF1B0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF1B0E; }

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

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

background-color css

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

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

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

border-color css

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

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

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