Html Css Color HEX #FF1B00 Scarlet

📋 copy color: '#FF1B00'

red 255 ◦ green 27 ◦ blue 0

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

Shades of Scarlet #FF1B00

Tints of Scarlet #FF1B00

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 90.43%
G = 9.57%
B = 0%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 1

 K value IS 0

RGB Variations

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

Color information

#FF1B00 (or 0xFF1B00) is known color: Scarlet. HEX triplet: FF, 1B and 00. RGB value is (255,27,0). Sum of RGB (Red+Green+Blue) = 255+27+0=282 (37% of max value = 765). Red value is 255 (100% from 255 or 90.43% from 282); Green value is 27 (10.94% from 255 or 9.57% from 282); Blue value is 0 (0.39% from 255 or 0% from 282); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1B00 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FF1B00 is #00E4FF. Grayscale: #5C5C5C. Windows color (decimal): -58624 or 7167. OLE color: 7167.

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

Color convert

RGB 255 27 0 -
CMYK 0 0.89 1 0
HSL 6.35º 1% 0.5% -
HSV(B) 6.35º 1% 1% -
XYZ 41.63 22.04 2.06 -
YUV 92.09 76.04 244.2 -
System Red Green Blue C M Y K H S L
Decimal 255 27 0 0 0.89 1 0 6.35 1 0.5
Hex FF 1B 0 0 59 64 0 6 64 32
Octal 377 33 0 0 131 144 0 6 144 62
Binary 11111111 11011 0 0 1011001 1100100 0 110 1100100 110010

Color Harmonies of #FF1B00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF1B00

Black with #FF1B00

Text Example


Text Example

White with #FF1B00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF1B00; }

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

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

background-color css

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

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

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

border-color css

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

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

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