Html Css Color HEX #FF261C Scarlet

📋 copy color: '#FF261C'

red 255 ◦ green 38 ◦ blue 28

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

Shades of Scarlet #FF261C

Tints of Scarlet #FF261C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 8.72%

R = 79.44%
G = 11.84%
B = 8.72%

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

#FF261C (or 0xFF261C) is known color: Scarlet. HEX triplet: FF, 26 and 1C. RGB value is (255,38,28). Sum of RGB (Red+Green+Blue) = 255+38+28=321 (42% of max value = 765). Red value is 255 (100% from 255 or 79.44% from 321); Green value is 38 (15.23% from 255 or 11.84% from 321); Blue value is 28 (11.33% from 255 or 8.72% from 321); Max value from RGB is 255 - color contains mainly: red. Hex color #FF261C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF261C is #00D9E3. Grayscale: #666666. Windows color (decimal): -55780 or 1844991. OLE color: 1844991.

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

Color convert

RGB 255 38 28 -
CMYK 0 0.85 0.89 0
HSL 2.64º 1% 0.55% -
HSV(B) 2.64º 0.89% 1% -
XYZ 42.14 22.73 3.26 -
YUV 101.74 86.39 237.31 -
System Red Green Blue C M Y K H S L
Decimal 255 38 28 0 0.85 0.89 0 2.64 1 0.55
Hex FF 26 1C 0 55 59 0 3 64 37
Octal 377 46 34 0 125 131 0 3 144 67
Binary 11111111 100110 11100 0 1010101 1011001 0 11 1100100 110111

Color Harmonies of #FF261C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF261C

Black with #FF261C

Text Example


Text Example

White with #FF261C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF261C; }

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

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

background-color css

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

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

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

border-color css

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

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

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