Html Css Color HEX #FB2B0E Scarlet

📋 copy color: '#FB2B0E'

red 251 ◦ green 43 ◦ blue 14

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

Shades of Scarlet #FB2B0E

Tints of Scarlet #FB2B0E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 4.55%

R = 81.49%
G = 13.96%
B = 4.55%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.94

 K value IS 0.02

RGB Variations

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

Color information

#FB2B0E (or 0xFB2B0E) is known color: Scarlet. HEX triplet: FB, 2B and 0E. RGB value is (251,43,14). Sum of RGB (Red+Green+Blue) = 251+43+14=308 (40% of max value = 765). Red value is 251 (98.44% from 255 or 81.49% from 308); Green value is 43 (17.19% from 255 or 13.96% from 308); Blue value is 14 (5.86% from 255 or 4.55% from 308); Max value from RGB is 251 - color contains mainly: red. Hex color #FB2B0E is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FB2B0E is #04D4F1. Grayscale: #666666. Windows color (decimal): -316658 or 928763. OLE color: 928763.

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

Color convert

RGB 251 43 14 -
CMYK 0 0.83 0.94 0.02
HSL 7.34º 0.97% 0.52% -
HSV(B) 7.34º 0.94% 0.98% -
XYZ 40.73 22.27 2.57 -
YUV 101.89 78.41 234.36 -
System Red Green Blue C M Y K H S L
Decimal 251 43 14 0 0.83 0.94 0.02 7.34 0.97 0.52
Hex FB 2B E 0 53 5E 2 7 61 34
Octal 373 53 16 0 123 136 2 7 141 64
Binary 11111011 101011 1110 0 1010011 1011110 10 111 1100001 110100

Color Harmonies of #FB2B0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB2B0E

Black with #FB2B0E

Text Example


Text Example

White with #FB2B0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB2B0E; }

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

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

background-color css

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

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

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

border-color css

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

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

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