Html Css Color HEX #FD271C Scarlet

📋 copy color: '#FD271C'

red 253 ◦ green 39 ◦ blue 28

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

Shades of Scarlet #FD271C

Tints of Scarlet #FD271C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 8.75%

R = 79.06%
G = 12.19%
B = 8.75%

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

#FD271C (or 0xFD271C) is known color: Scarlet. HEX triplet: FD, 27 and 1C. RGB value is (253,39,28). Sum of RGB (Red+Green+Blue) = 253+39+28=320 (42% of max value = 765). Red value is 253 (99.22% from 255 or 79.06% from 320); Green value is 39 (15.62% from 255 or 12.19% from 320); Blue value is 28 (11.33% from 255 or 8.75% from 320); Max value from RGB is 253 - color contains mainly: red. Hex color #FD271C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FD271C is #02D8E3. Grayscale: #656565. Windows color (decimal): -186596 or 1845245. OLE color: 1845245.

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

Color convert

RGB 253 39 28 -
CMYK 0 0.85 0.89 0.01
HSL 2.93º 0.98% 0.55% -
HSV(B) 2.93º 0.89% 0.99% -
XYZ 41.44 22.42 3.24 -
YUV 101.73 86.4 235.89 -
System Red Green Blue C M Y K H S L
Decimal 253 39 28 0 0.85 0.89 0.01 2.93 0.98 0.55
Hex FD 27 1C 0 55 59 1 3 62 37
Octal 375 47 34 0 125 131 1 3 142 67
Binary 11111101 100111 11100 0 1010101 1011001 1 11 1100010 110111

Color Harmonies of #FD271C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD271C

Black with #FD271C

Text Example


Text Example

White with #FD271C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD271C; }

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

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

background-color css

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

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

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

border-color css

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

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

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