Html Css Color HEX #FD150A Scarlet

📋 copy color: '#FD150A'

red 253 ◦ green 21 ◦ blue 10

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

Shades of Scarlet #FD150A

Tints of Scarlet #FD150A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 3.52%

R = 89.08%
G = 7.39%
B = 3.52%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.96

 K value IS 0.01

RGB Variations

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

Color information

#FD150A (or 0xFD150A) is known color: Scarlet. HEX triplet: FD, 15 and 0A. RGB value is (253,21,10). Sum of RGB (Red+Green+Blue) = 253+21+10=284 (37% of max value = 765). Red value is 253 (99.22% from 255 or 89.08% from 284); Green value is 21 (8.59% from 255 or 7.39% from 284); Blue value is 10 (4.30% from 255 or 3.52% from 284); Max value from RGB is 253 - color contains mainly: red. Hex color #FD150A is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FD150A is #02EAF5. Grayscale: #595959. Windows color (decimal): -191222 or 660989. OLE color: 660989.

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

Color convert

RGB 253 21 10 -
CMYK 0 0.92 0.96 0.01
HSL 2.72º 0.98% 0.52% -
HSV(B) 2.72º 0.96% 0.99% -
XYZ 40.83 21.44 2.27 -
YUV 89.11 83.36 244.89 -
System Red Green Blue C M Y K H S L
Decimal 253 21 10 0 0.92 0.96 0.01 2.72 0.98 0.52
Hex FD 15 A 0 5C 60 1 3 62 34
Octal 375 25 12 0 134 140 1 3 142 64
Binary 11111101 10101 1010 0 1011100 1100000 1 11 1100010 110100

Color Harmonies of #FD150A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD150A

Black with #FD150A

Text Example


Text Example

White with #FD150A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD150A; }

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

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

background-color css

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

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

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

border-color css

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

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

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