Html Css Color HEX #FB2B0A Scarlet

📋 copy color: '#FB2B0A'

red 251 ◦ green 43 ◦ blue 10

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

Shades of Scarlet #FB2B0A

Tints of Scarlet #FB2B0A

RGB

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

 GREEN value IS 43 (17.19% from 255) = 14.14%

 BLUE value IS 10 (4.3% from 255) = 3.29%

R = 82.57%
G = 14.14%
B = 3.29%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.96

 K value IS 0.02

RGB Variations

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

Color information

#FB2B0A (or 0xFB2B0A) is known color: Scarlet. HEX triplet: FB, 2B and 0A. RGB value is (251,43,10). Sum of RGB (Red+Green+Blue) = 251+43+10=304 (40% of max value = 765). Red value is 251 (98.44% from 255 or 82.57% from 304); Green value is 43 (17.19% from 255 or 14.14% from 304); Blue value is 10 (4.30% from 255 or 3.29% from 304); Max value from RGB is 251 - color contains mainly: red. Hex color #FB2B0A is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FB2B0A is #04D4F5. Grayscale: #656565. Windows color (decimal): -316662 or 666619. OLE color: 666619.

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

Color convert

RGB 251 43 10 -
CMYK 0 0.83 0.96 0.02
HSL 8.22º 0.97% 0.51% -
HSV(B) 8.22º 0.96% 0.98% -
XYZ 40.7 22.26 2.44 -
YUV 101.43 76.41 234.68 -
System Red Green Blue C M Y K H S L
Decimal 251 43 10 0 0.83 0.96 0.02 8.22 0.97 0.51
Hex FB 2B A 0 53 60 2 8 61 33
Octal 373 53 12 0 123 140 2 10 141 63
Binary 11111011 101011 1010 0 1010011 1100000 10 1000 1100001 110011

Color Harmonies of #FB2B0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB2B0A

Black with #FB2B0A

Text Example


Text Example

White with #FB2B0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB2B0A; }

 p { color: rgb(251,43,10); }

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

background-color css

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

 a { background-color: rgb(251,43,10); }

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

border-color css

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

 span { border-color: rgb(251,43,10); }

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