Html Css Color HEX #FF1B06 Scarlet

📋 copy color: '#FF1B06'

red 255 ◦ green 27 ◦ blue 6

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

Shades of Scarlet #FF1B06

Tints of Scarlet #FF1B06

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 2.08%

R = 88.54%
G = 9.38%
B = 2.08%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.98

 K value IS 0

RGB Variations

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

Color information

#FF1B06 (or 0xFF1B06) is known color: Scarlet. HEX triplet: FF, 1B and 06. RGB value is (255,27,6). Sum of RGB (Red+Green+Blue) = 255+27+6=288 (38% of max value = 765). Red value is 255 (100% from 255 or 88.54% from 288); Green value is 27 (10.94% from 255 or 9.38% from 288); Blue value is 6 (2.73% from 255 or 2.08% from 288); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1B06 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FF1B06 is #00E4F9. Grayscale: #5D5D5D. Windows color (decimal): -58618 or 400383. OLE color: 400383.

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

Color convert

RGB 255 27 6 -
CMYK 0 0.89 0.98 0
HSL 5.06º 1% 0.51% -
HSV(B) 5.06º 0.98% 1% -
XYZ 41.66 22.06 2.23 -
YUV 92.78 79.04 243.71 -
System Red Green Blue C M Y K H S L
Decimal 255 27 6 0 0.89 0.98 0 5.06 1 0.51
Hex FF 1B 6 0 59 62 0 5 64 33
Octal 377 33 6 0 131 142 0 5 144 63
Binary 11111111 11011 110 0 1011001 1100010 0 101 1100100 110011

Color Harmonies of #FF1B06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF1B06

Black with #FF1B06

Text Example


Text Example

White with #FF1B06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF1B06; }

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

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

background-color css

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

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

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

border-color css

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

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

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