Html Css Color HEX #FF261D Scarlet

📋 copy color: '#FF261D'

red 255 ◦ green 38 ◦ blue 29

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

Shades of Scarlet #FF261D

Tints of Scarlet #FF261D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 9.01%

R = 79.19%
G = 11.8%
B = 9.01%

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

#FF261D (or 0xFF261D) is known color: Scarlet. HEX triplet: FF, 26 and 1D. RGB value is (255,38,29). Sum of RGB (Red+Green+Blue) = 255+38+29=322 (42% of max value = 765). Red value is 255 (100% from 255 or 79.19% from 322); Green value is 38 (15.23% from 255 or 11.80% from 322); Blue value is 29 (11.72% from 255 or 9.01% from 322); Max value from RGB is 255 - color contains mainly: red. Hex color #FF261D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF261D is #00D9E2. Grayscale: #666666. Windows color (decimal): -55779 or 1910527. OLE color: 1910527.

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

Color convert

RGB 255 38 29 -
CMYK 0 0.85 0.89 0
HSL 2.39º 1% 0.56% -
HSV(B) 2.39º 0.89% 1% -
XYZ 42.15 22.73 3.33 -
YUV 101.86 86.89 237.23 -
System Red Green Blue C M Y K H S L
Decimal 255 38 29 0 0.85 0.89 0 2.39 1 0.56
Hex FF 26 1D 0 55 59 0 2 64 38
Octal 377 46 35 0 125 131 0 2 144 70
Binary 11111111 100110 11101 0 1010101 1011001 0 10 1100100 111000

Color Harmonies of #FF261D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF261D

Black with #FF261D

Text Example


Text Example

White with #FF261D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF261D; }

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

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

background-color css

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

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

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

border-color css

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

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

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