Html Css Color HEX #FB1D12 Scarlet

📋 copy color: '#FB1D12'

red 251 ◦ green 29 ◦ blue 18

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

Shades of Scarlet #FB1D12

Tints of Scarlet #FB1D12

RGB

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

 GREEN value IS 29 (11.72% from 255) = 9.73%

 BLUE value IS 18 (7.42% from 255) = 6.04%

R = 84.23%
G = 9.73%
B = 6.04%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.93

 K value IS 0.02

RGB Variations

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

Color information

#FB1D12 (or 0xFB1D12) is known color: Scarlet. HEX triplet: FB, 1D and 12. RGB value is (251,29,18). Sum of RGB (Red+Green+Blue) = 251+29+18=298 (39% of max value = 765). Red value is 251 (98.44% from 255 or 84.23% from 298); Green value is 29 (11.72% from 255 or 9.73% from 298); Blue value is 18 (7.42% from 255 or 6.04% from 298); Max value from RGB is 251 - color contains mainly: red. Hex color #FB1D12 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FB1D12 is #04E2ED. Grayscale: #5E5E5E. Windows color (decimal): -320238 or 1187323. OLE color: 1187323.

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

Color convert

RGB 251 29 18 -
CMYK 0 0.88 0.93 0.02
HSL 2.83º 0.97% 0.53% -
HSV(B) 2.83º 0.93% 0.98% -
XYZ 40.33 21.43 2.58 -
YUV 94.12 85.05 239.89 -
System Red Green Blue C M Y K H S L
Decimal 251 29 18 0 0.88 0.93 0.02 2.83 0.97 0.53
Hex FB 1D 12 0 58 5D 2 3 61 35
Octal 373 35 22 0 130 135 2 3 141 65
Binary 11111011 11101 10010 0 1011000 1011101 10 11 1100001 110101

Color Harmonies of #FB1D12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB1D12

Black with #FB1D12

Text Example


Text Example

White with #FB1D12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB1D12; }

 p { color: rgb(251,29,18); }

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

background-color css

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

 a { background-color: rgb(251,29,18); }

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

border-color css

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

 span { border-color: rgb(251,29,18); }

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