Html Css Color HEX #FF261B Scarlet

📋 copy color: '#FF261B'

red 255 ◦ green 38 ◦ blue 27

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

Shades of Scarlet #FF261B

Tints of Scarlet #FF261B

RGB

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

 GREEN value IS 38 (15.23% from 255) = 11.88%

 BLUE value IS 27 (10.94% from 255) = 8.44%

R = 79.69%
G = 11.88%
B = 8.44%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.89

 K value IS 0

RGB Variations

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

Color information

#FF261B (or 0xFF261B) is known color: Scarlet. HEX triplet: FF, 26 and 1B. RGB value is (255,38,27). Sum of RGB (Red+Green+Blue) = 255+38+27=320 (42% of max value = 765). Red value is 255 (100% from 255 or 79.69% from 320); Green value is 38 (15.23% from 255 or 11.88% from 320); Blue value is 27 (10.94% from 255 or 8.44% from 320); Max value from RGB is 255 - color contains mainly: red. Hex color #FF261B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF261B is #00D9E4. Grayscale: #656565. Windows color (decimal): -55781 or 1779455. OLE color: 1779455.

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

Color convert

RGB 255 38 27 -
CMYK 0 0.85 0.89 0
HSL 2.89º 1% 0.55% -
HSV(B) 2.89º 0.89% 1% -
XYZ 42.13 22.73 3.2 -
YUV 101.63 85.89 237.39 -
System Red Green Blue C M Y K H S L
Decimal 255 38 27 0 0.85 0.89 0 2.89 1 0.55
Hex FF 26 1B 0 55 59 0 3 64 37
Octal 377 46 33 0 125 131 0 3 144 67
Binary 11111111 100110 11011 0 1010101 1011001 0 11 1100100 110111

Color Harmonies of #FF261B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF261B

Black with #FF261B

Text Example


Text Example

White with #FF261B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF261B; }

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

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

background-color css

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

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

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

border-color css

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

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

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