Html Css Color HEX #FD271A Scarlet

📋 copy color: '#FD271A'

red 253 ◦ green 39 ◦ blue 26

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

Shades of Scarlet #FD271A

Tints of Scarlet #FD271A

RGB

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

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

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

R = 79.56%
G = 12.26%
B = 8.18%

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

#FD271A (or 0xFD271A) is known color: Scarlet. HEX triplet: FD, 27 and 1A. RGB value is (253,39,26). Sum of RGB (Red+Green+Blue) = 253+39+26=318 (42% of max value = 765). Red value is 253 (99.22% from 255 or 79.56% from 318); Green value is 39 (15.62% from 255 or 12.26% from 318); Blue value is 26 (10.55% from 255 or 8.18% from 318); Max value from RGB is 253 - color contains mainly: red. Hex color #FD271A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FD271A is #02D8E5. Grayscale: #656565. Windows color (decimal): -186598 or 1714173. OLE color: 1714173.

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

Color convert

RGB 253 39 26 -
CMYK 0 0.85 0.90 0.01
HSL 3.44º 0.98% 0.55% -
HSV(B) 3.44º 0.9% 0.99% -
XYZ 41.42 22.41 3.12 -
YUV 101.5 85.4 236.06 -
System Red Green Blue C M Y K H S L
Decimal 253 39 26 0 0.85 0.90 0.01 3.44 0.98 0.55
Hex FD 27 1A 0 55 5A 1 3 62 37
Octal 375 47 32 0 125 132 1 3 142 67
Binary 11111101 100111 11010 0 1010101 1011010 1 11 1100010 110111

Color Harmonies of #FD271A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD271A

Black with #FD271A

Text Example


Text Example

White with #FD271A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD271A; }

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

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

background-color css

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

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

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

border-color css

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

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

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