Html Css Color HEX #FD261F Scarlet

📋 copy color: '#FD261F'

red 253 ◦ green 38 ◦ blue 31

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

Shades of Scarlet #FD261F

Tints of Scarlet #FD261F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 9.63%

R = 78.57%
G = 11.8%
B = 9.63%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.88

 K value IS 0.01

RGB Variations

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

Color information

#FD261F (or 0xFD261F) is known color: Scarlet. HEX triplet: FD, 26 and 1F. RGB value is (253,38,31). Sum of RGB (Red+Green+Blue) = 253+38+31=322 (42% of max value = 765). Red value is 253 (99.22% from 255 or 78.57% from 322); Green value is 38 (15.23% from 255 or 11.80% from 322); Blue value is 31 (12.5% from 255 or 9.63% from 322); Max value from RGB is 253 - color contains mainly: red. Hex color #FD261F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FD261F is #02D9E0. Grayscale: #656565. Windows color (decimal): -186849 or 2041597. OLE color: 2041597.

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

Color convert

RGB 253 38 31 -
CMYK 0 0.85 0.88 0.01
HSL 1.89º 0.98% 0.56% -
HSV(B) 1.89º 0.88% 0.99% -
XYZ 41.45 22.37 3.43 -
YUV 101.49 88.23 236.07 -
System Red Green Blue C M Y K H S L
Decimal 253 38 31 0 0.85 0.88 0.01 1.89 0.98 0.56
Hex FD 26 1F 0 55 58 1 2 62 38
Octal 375 46 37 0 125 130 1 2 142 70
Binary 11111101 100110 11111 0 1010101 1011000 1 10 1100010 111000

Color Harmonies of #FD261F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD261F

Black with #FD261F

Text Example


Text Example

White with #FD261F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD261F; }

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

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

background-color css

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

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

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

border-color css

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

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

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