Html Css Color HEX #FF1B1A Scarlet

📋 copy color: '#FF1B1A'

red 255 ◦ green 27 ◦ blue 26

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

Shades of Scarlet #FF1B1A

Tints of Scarlet #FF1B1A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 8.44%

R = 82.79%
G = 8.77%
B = 8.44%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.90

 K value IS 0

RGB Variations

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

Color information

#FF1B1A (or 0xFF1B1A) is known color: Scarlet. HEX triplet: FF, 1B and 1A. RGB value is (255,27,26). Sum of RGB (Red+Green+Blue) = 255+27+26=308 (40% of max value = 765). Red value is 255 (100% from 255 or 82.79% from 308); Green value is 27 (10.94% from 255 or 8.77% from 308); Blue value is 26 (10.55% from 255 or 8.44% from 308); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1B1A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF1B1A is #00E4E5. Grayscale: #5F5F5F. Windows color (decimal): -58598 or 1711103. OLE color: 1711103.

HSL color Cylindrical-coordinate representation of color #FF1B1A: hue angle of 0.26º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FF1B1A is Cyan = 0, Magento = 0.89, Yellow = 0.90 and Black (K on CMYK) = 0.

Color convert

RGB 255 27 26 -
CMYK 0 0.89 0.90 0
HSL 0.26º 1% 0.55% -
HSV(B) 0.26º 0.9% 1% -
XYZ 41.82 22.12 3.04 -
YUV 95.06 89.04 242.08 -
System Red Green Blue C M Y K H S L
Decimal 255 27 26 0 0.89 0.90 0 0.26 1 0.55
Hex FF 1B 1A 0 59 5A 0 0 64 37
Octal 377 33 32 0 131 132 0 0 144 67
Binary 11111111 11011 11010 0 1011001 1011010 0 0 1100100 110111

Color Harmonies of #FF1B1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF1B1A

Black with #FF1B1A

Text Example


Text Example

White with #FF1B1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF1B1A; }

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

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

background-color css

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

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

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

border-color css

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

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

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