Html Css Color HEX #FD271B Scarlet

📋 copy color: '#FD271B'

red 253 ◦ green 39 ◦ blue 27

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

Shades of Scarlet #FD271B

Tints of Scarlet #FD271B

RGB

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

 GREEN value IS 39 (15.63% from 255) = 12.23%

 BLUE value IS 27 (10.94% from 255) = 8.46%

R = 79.31%
G = 12.23%
B = 8.46%

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

#FD271B (or 0xFD271B) is known color: Scarlet. HEX triplet: FD, 27 and 1B. RGB value is (253,39,27). Sum of RGB (Red+Green+Blue) = 253+39+27=319 (42% of max value = 765). Red value is 253 (99.22% from 255 or 79.31% from 319); Green value is 39 (15.62% from 255 or 12.23% from 319); Blue value is 27 (10.94% from 255 or 8.46% from 319); Max value from RGB is 253 - color contains mainly: red. Hex color #FD271B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FD271B is #02D8E4. Grayscale: #656565. Windows color (decimal): -186597 or 1779709. OLE color: 1779709.

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

Color convert

RGB 253 39 27 -
CMYK 0 0.85 0.89 0.01
HSL 3.19º 0.98% 0.55% -
HSV(B) 3.19º 0.89% 0.99% -
XYZ 41.43 22.41 3.18 -
YUV 101.62 85.9 235.98 -
System Red Green Blue C M Y K H S L
Decimal 253 39 27 0 0.85 0.89 0.01 3.19 0.98 0.55
Hex FD 27 1B 0 55 59 1 3 62 37
Octal 375 47 33 0 125 131 1 3 142 67
Binary 11111101 100111 11011 0 1010101 1011001 1 11 1100010 110111

Color Harmonies of #FD271B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD271B

Black with #FD271B

Text Example


Text Example

White with #FD271B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD271B; }

 p { color: rgb(253,39,27); }

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

background-color css

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

 a { background-color: rgb(253,39,27); }

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

border-color css

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

 span { border-color: rgb(253,39,27); }

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