Html Css Color HEX #FD271E Scarlet

📋 copy color: '#FD271E'

red 253 ◦ green 39 ◦ blue 30

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

Shades of Scarlet #FD271E

Tints of Scarlet #FD271E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 9.32%

R = 78.57%
G = 12.11%
B = 9.32%

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

#FD271E (or 0xFD271E) is known color: Scarlet. HEX triplet: FD, 27 and 1E. RGB value is (253,39,30). Sum of RGB (Red+Green+Blue) = 253+39+30=322 (42% of max value = 765). Red value is 253 (99.22% from 255 or 78.57% from 322); Green value is 39 (15.62% from 255 or 12.11% from 322); Blue value is 30 (12.11% from 255 or 9.32% from 322); Max value from RGB is 253 - color contains mainly: red. Hex color #FD271E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FD271E is #02D8E1. Grayscale: #666666. Windows color (decimal): -186594 or 1976317. OLE color: 1976317.

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

Color convert

RGB 253 39 30 -
CMYK 0 0.85 0.88 0.01
HSL 2.42º 0.98% 0.55% -
HSV(B) 2.42º 0.88% 0.99% -
XYZ 41.47 22.43 3.37 -
YUV 101.96 87.4 235.73 -
System Red Green Blue C M Y K H S L
Decimal 253 39 30 0 0.85 0.88 0.01 2.42 0.98 0.55
Hex FD 27 1E 0 55 58 1 2 62 37
Octal 375 47 36 0 125 130 1 2 142 67
Binary 11111101 100111 11110 0 1010101 1011000 1 10 1100010 110111

Color Harmonies of #FD271E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD271E

Black with #FD271E

Text Example


Text Example

White with #FD271E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD271E; }

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

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

background-color css

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

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

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

border-color css

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

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

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