Html Css Color HEX #FB2607 Scarlet

📋 copy color: '#FB2607'

red 251 ◦ green 38 ◦ blue 7

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

Shades of Scarlet #FB2607

Tints of Scarlet #FB2607

RGB

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

 GREEN value IS 38 (15.23% from 255) = 12.84%

 BLUE value IS 7 (3.13% from 255) = 2.36%

R = 84.8%
G = 12.84%
B = 2.36%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.97

 K value IS 0.02

RGB Variations

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

Color information

#FB2607 (or 0xFB2607) is known color: Scarlet. HEX triplet: FB, 26 and 07. RGB value is (251,38,7). Sum of RGB (Red+Green+Blue) = 251+38+7=296 (39% of max value = 765). Red value is 251 (98.44% from 255 or 84.80% from 296); Green value is 38 (15.23% from 255 or 12.84% from 296); Blue value is 7 (3.12% from 255 or 2.36% from 296); Max value from RGB is 251 - color contains mainly: red. Hex color #FB2607 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FB2607 is #04D9F8. Grayscale: #626262. Windows color (decimal): -317945 or 468731. OLE color: 468731.

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

Color convert

RGB 251 38 7 -
CMYK 0 0.85 0.97 0.02
HSL 7.62º 0.97% 0.51% -
HSV(B) 7.62º 0.97% 0.98% -
XYZ 40.52 21.91 2.29 -
YUV 98.15 76.57 237.02 -
System Red Green Blue C M Y K H S L
Decimal 251 38 7 0 0.85 0.97 0.02 7.62 0.97 0.51
Hex FB 26 7 0 55 61 2 8 61 33
Octal 373 46 7 0 125 141 2 10 141 63
Binary 11111011 100110 111 0 1010101 1100001 10 1000 1100001 110011

Color Harmonies of #FB2607

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB2607

Black with #FB2607

Text Example


Text Example

White with #FB2607

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB2607; }

 p { color: rgb(251,38,7); }

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

background-color css

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

 a { background-color: rgb(251,38,7); }

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

border-color css

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

 span { border-color: rgb(251,38,7); }

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