Html Css Color HEX #FD261A Scarlet

📋 copy color: '#FD261A'

red 253 ◦ green 38 ◦ blue 26

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

Shades of Scarlet #FD261A

Tints of Scarlet #FD261A

RGB

 RED value IS 253 (99.22% from 255) = 79.81%

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

 BLUE value IS 26 (10.55% from 255) = 8.2%

R = 79.81%
G = 11.99%
B = 8.2%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.90

 K value IS 0.01

RGB Variations

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

Color information

#FD261A (or 0xFD261A) is known color: Scarlet. HEX triplet: FD, 26 and 1A. RGB value is (253,38,26). Sum of RGB (Red+Green+Blue) = 253+38+26=317 (41% of max value = 765). Red value is 253 (99.22% from 255 or 79.81% from 317); Green value is 38 (15.23% from 255 or 11.99% from 317); Blue value is 26 (10.55% from 255 or 8.20% from 317); Max value from RGB is 253 - color contains mainly: red. Hex color #FD261A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FD261A is #02D9E5. Grayscale: #656565. Windows color (decimal): -186854 or 1713917. OLE color: 1713917.

HSL color Cylindrical-coordinate representation of color #FD261A: hue angle of 3.17º degrees, saturation: 0.98, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FD261A is Cyan = 0, Magento = 0.85, Yellow = 0.90 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 38 26 -
CMYK 0 0.85 0.90 0.01
HSL 3.17º 0.98% 0.55% -
HSV(B) 3.17º 0.9% 0.99% -
XYZ 41.39 22.34 3.11 -
YUV 100.92 85.73 236.48 -
System Red Green Blue C M Y K H S L
Decimal 253 38 26 0 0.85 0.90 0.01 3.17 0.98 0.55
Hex FD 26 1A 0 55 5A 1 3 62 37
Octal 375 46 32 0 125 132 1 3 142 67
Binary 11111101 100110 11010 0 1010101 1011010 1 11 1100010 110111

Color Harmonies of #FD261A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD261A

Black with #FD261A

Text Example


Text Example

White with #FD261A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD261A; }

 p { color: rgb(253,38,26); }

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

background-color css

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

 a { background-color: rgb(253,38,26); }

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

border-color css

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

 span { border-color: rgb(253,38,26); }

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