Html Css Color HEX #FD150E Scarlet

📋 copy color: '#FD150E'

red 253 ◦ green 21 ◦ blue 14

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

Shades of Scarlet #FD150E

Tints of Scarlet #FD150E

RGB

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

 GREEN value IS 21 (8.59% from 255) = 7.29%

 BLUE value IS 14 (5.86% from 255) = 4.86%

R = 87.85%
G = 7.29%
B = 4.86%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.94

 K value IS 0.01

RGB Variations

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

Color information

#FD150E (or 0xFD150E) is known color: Scarlet. HEX triplet: FD, 15 and 0E. RGB value is (253,21,14). Sum of RGB (Red+Green+Blue) = 253+21+14=288 (38% of max value = 765). Red value is 253 (99.22% from 255 or 87.85% from 288); Green value is 21 (8.59% from 255 or 7.29% from 288); Blue value is 14 (5.86% from 255 or 4.86% from 288); Max value from RGB is 253 - color contains mainly: red. Hex color #FD150E is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FD150E is #02EAF1. Grayscale: #595959. Windows color (decimal): -191218 or 923133. OLE color: 923133.

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

Color convert

RGB 253 21 14 -
CMYK 0 0.92 0.94 0.01
HSL 1.76º 0.98% 0.52% -
HSV(B) 1.76º 0.94% 0.99% -
XYZ 40.86 21.45 2.4 -
YUV 89.57 85.36 244.57 -
System Red Green Blue C M Y K H S L
Decimal 253 21 14 0 0.92 0.94 0.01 1.76 0.98 0.52
Hex FD 15 E 0 5C 5E 1 2 62 34
Octal 375 25 16 0 134 136 1 2 142 64
Binary 11111101 10101 1110 0 1011100 1011110 1 10 1100010 110100

Color Harmonies of #FD150E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD150E

Black with #FD150E

Text Example


Text Example

White with #FD150E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD150E; }

 p { color: rgb(253,21,14); }

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

background-color css

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

 a { background-color: rgb(253,21,14); }

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

border-color css

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

 span { border-color: rgb(253,21,14); }

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