Html Css Color HEX #FD261D Scarlet

📋 copy color: '#FD261D'

red 253 ◦ green 38 ◦ blue 29

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

Shades of Scarlet #FD261D

Tints of Scarlet #FD261D

RGB

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

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

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

R = 79.06%
G = 11.88%
B = 9.06%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.89

 K value IS 0.01

RGB Variations

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

Color information

#FD261D (or 0xFD261D) is known color: Scarlet. HEX triplet: FD, 26 and 1D. RGB value is (253,38,29). Sum of RGB (Red+Green+Blue) = 253+38+29=320 (42% of max value = 765). Red value is 253 (99.22% from 255 or 79.06% from 320); Green value is 38 (15.23% from 255 or 11.88% from 320); Blue value is 29 (11.72% from 255 or 9.06% from 320); Max value from RGB is 253 - color contains mainly: red. Hex color #FD261D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FD261D is #02D9E2. Grayscale: #656565. Windows color (decimal): -186851 or 1910525. OLE color: 1910525.

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

Color convert

RGB 253 38 29 -
CMYK 0 0.85 0.89 0.01
HSL 2.41º 0.98% 0.55% -
HSV(B) 2.41º 0.89% 0.99% -
XYZ 41.42 22.36 3.29 -
YUV 101.26 87.23 236.23 -
System Red Green Blue C M Y K H S L
Decimal 253 38 29 0 0.85 0.89 0.01 2.41 0.98 0.55
Hex FD 26 1D 0 55 59 1 2 62 37
Octal 375 46 35 0 125 131 1 2 142 67
Binary 11111101 100110 11101 0 1010101 1011001 1 10 1100010 110111

Color Harmonies of #FD261D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD261D

Black with #FD261D

Text Example


Text Example

White with #FD261D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD261D; }

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

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

background-color css

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

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

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

border-color css

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

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

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