Html Css Color HEX #FB150D Scarlet

📋 copy color: '#FB150D'

red 251 ◦ green 21 ◦ blue 13

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

Shades of Scarlet #FB150D

Tints of Scarlet #FB150D

RGB

 RED value IS 251 (98.44% from 255) = 88.07%

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

 BLUE value IS 13 (5.47% from 255) = 4.56%

R = 88.07%
G = 7.37%
B = 4.56%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.95

 K value IS 0.02

RGB Variations

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

Color information

#FB150D (or 0xFB150D) is known color: Scarlet. HEX triplet: FB, 15 and 0D. RGB value is (251,21,13). Sum of RGB (Red+Green+Blue) = 251+21+13=285 (37% of max value = 765). Red value is 251 (98.44% from 255 or 88.07% from 285); Green value is 21 (8.59% from 255 or 7.37% from 285); Blue value is 13 (5.47% from 255 or 4.56% from 285); Max value from RGB is 251 - color contains mainly: red. Hex color #FB150D is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FB150D is #04EAF2. Grayscale: #595959. Windows color (decimal): -322291 or 857595. OLE color: 857595.

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

Color convert

RGB 251 21 13 -
CMYK 0 0.92 0.95 0.02
HSL 2.02º 0.97% 0.52% -
HSV(B) 2.02º 0.95% 0.98% -
XYZ 40.12 21.07 2.33 -
YUV 88.86 85.2 243.65 -
System Red Green Blue C M Y K H S L
Decimal 251 21 13 0 0.92 0.95 0.02 2.02 0.97 0.52
Hex FB 15 D 0 5C 5F 2 2 61 34
Octal 373 25 15 0 134 137 2 2 141 64
Binary 11111011 10101 1101 0 1011100 1011111 10 10 1100001 110100

Color Harmonies of #FB150D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB150D

Black with #FB150D

Text Example


Text Example

White with #FB150D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB150D; }

 p { color: rgb(251,21,13); }

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

background-color css

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

 a { background-color: rgb(251,21,13); }

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

border-color css

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

 span { border-color: rgb(251,21,13); }

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