Html Css Color HEX #FB180C Scarlet

📋 copy color: '#FB180C'

red 251 ◦ green 24 ◦ blue 12

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

Shades of Scarlet #FB180C

Tints of Scarlet #FB180C

RGB

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

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

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

R = 87.46%
G = 8.36%
B = 4.18%

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

#FB180C (or 0xFB180C) is known color: Scarlet. HEX triplet: FB, 18 and 0C. RGB value is (251,24,12). Sum of RGB (Red+Green+Blue) = 251+24+12=287 (38% of max value = 765). Red value is 251 (98.44% from 255 or 87.46% from 287); Green value is 24 (9.77% from 255 or 8.36% from 287); Blue value is 12 (5.08% from 255 or 4.18% from 287); Max value from RGB is 251 - color contains mainly: red. Hex color #FB180C is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FB180C is #04E7F3. Grayscale: #5A5A5A. Windows color (decimal): -321524 or 792827. OLE color: 792827.

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

Color convert

RGB 251 24 12 -
CMYK 0 0.90 0.95 0.02
HSL 3.01º 0.97% 0.52% -
HSV(B) 3.01º 0.95% 0.98% -
XYZ 40.18 21.19 2.32 -
YUV 90.51 83.71 242.48 -
System Red Green Blue C M Y K H S L
Decimal 251 24 12 0 0.90 0.95 0.02 3.01 0.97 0.52
Hex FB 18 C 0 5A 5F 2 3 61 34
Octal 373 30 14 0 132 137 2 3 141 64
Binary 11111011 11000 1100 0 1011010 1011111 10 11 1100001 110100

Color Harmonies of #FB180C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB180C

Black with #FB180C

Text Example


Text Example

White with #FB180C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB180C; }

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

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

background-color css

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

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

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

border-color css

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

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

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