Html Css Color HEX #FB180D Scarlet

📋 copy color: '#FB180D'

red 251 ◦ green 24 ◦ blue 13

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

Shades of Scarlet #FB180D

Tints of Scarlet #FB180D

RGB

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

 GREEN value IS 24 (9.77% from 255) = 8.33%

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

R = 87.15%
G = 8.33%
B = 4.51%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.95

 K value IS 0.02

RGB Variations

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

Color information

#FB180D (or 0xFB180D) is known color: Scarlet. HEX triplet: FB, 18 and 0D. RGB value is (251,24,13). Sum of RGB (Red+Green+Blue) = 251+24+13=288 (38% of max value = 765). Red value is 251 (98.44% from 255 or 87.15% from 288); Green value is 24 (9.77% from 255 or 8.33% from 288); Blue value is 13 (5.47% from 255 or 4.51% from 288); Max value from RGB is 251 - color contains mainly: red. Hex color #FB180D is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FB180D is #04E7F2. Grayscale: #5A5A5A. Windows color (decimal): -321523 or 858363. OLE color: 858363.

HSL color Cylindrical-coordinate representation of color #FB180D: hue angle of 2.77º 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 #FB180D is Cyan = 0, Magento = 0.90, Yellow = 0.95 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 24 13 -
CMYK 0 0.90 0.95 0.02
HSL 2.77º 0.97% 0.52% -
HSV(B) 2.77º 0.95% 0.98% -
XYZ 40.18 21.19 2.35 -
YUV 90.62 84.21 242.39 -
System Red Green Blue C M Y K H S L
Decimal 251 24 13 0 0.90 0.95 0.02 2.77 0.97 0.52
Hex FB 18 D 0 5A 5F 2 3 61 34
Octal 373 30 15 0 132 137 2 3 141 64
Binary 11111011 11000 1101 0 1011010 1011111 10 11 1100001 110100

Color Harmonies of #FB180D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB180D

Black with #FB180D

Text Example


Text Example

White with #FB180D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB180D; }

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

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

background-color css

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

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

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

border-color css

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

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

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