Html Css Color HEX #FD150C Scarlet

📋 copy color: '#FD150C'

red 253 ◦ green 21 ◦ blue 12

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

Shades of Scarlet #FD150C

Tints of Scarlet #FD150C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 4.2%

R = 88.46%
G = 7.34%
B = 4.2%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.95

 K value IS 0.01

RGB Variations

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

Color information

#FD150C (or 0xFD150C) is known color: Scarlet. HEX triplet: FD, 15 and 0C. RGB value is (253,21,12). Sum of RGB (Red+Green+Blue) = 253+21+12=286 (37% of max value = 765). Red value is 253 (99.22% from 255 or 88.46% from 286); Green value is 21 (8.59% from 255 or 7.34% from 286); Blue value is 12 (5.08% from 255 or 4.20% from 286); Max value from RGB is 253 - color contains mainly: red. Hex color #FD150C is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FD150C is #02EAF3. Grayscale: #595959. Windows color (decimal): -191220 or 792061. OLE color: 792061.

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

Color convert

RGB 253 21 12 -
CMYK 0 0.92 0.95 0.01
HSL 2.24º 0.98% 0.52% -
HSV(B) 2.24º 0.95% 0.99% -
XYZ 40.84 21.45 2.33 -
YUV 89.34 84.36 244.73 -
System Red Green Blue C M Y K H S L
Decimal 253 21 12 0 0.92 0.95 0.01 2.24 0.98 0.52
Hex FD 15 C 0 5C 5F 1 2 62 34
Octal 375 25 14 0 134 137 1 2 142 64
Binary 11111101 10101 1100 0 1011100 1011111 1 10 1100010 110100

Color Harmonies of #FD150C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD150C

Black with #FD150C

Text Example


Text Example

White with #FD150C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD150C; }

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

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

background-color css

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

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

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

border-color css

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

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

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