Html Css Color HEX #FB2F0E Scarlet

📋 copy color: '#FB2F0E'

red 251 ◦ green 47 ◦ blue 14

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

Shades of Scarlet #FB2F0E

Tints of Scarlet #FB2F0E

RGB

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

 GREEN value IS 47 (18.75% from 255) = 15.06%

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

R = 80.45%
G = 15.06%
B = 4.49%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.94

 K value IS 0.02

RGB Variations

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

Color information

#FB2F0E (or 0xFB2F0E) is known color: Scarlet. HEX triplet: FB, 2F and 0E. RGB value is (251,47,14). Sum of RGB (Red+Green+Blue) = 251+47+14=312 (41% of max value = 765). Red value is 251 (98.44% from 255 or 80.45% from 312); Green value is 47 (18.75% from 255 or 15.06% from 312); Blue value is 14 (5.86% from 255 or 4.49% from 312); Max value from RGB is 251 - color contains mainly: red. Hex color #FB2F0E is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FB2F0E is #04D0F1. Grayscale: #686868. Windows color (decimal): -315634 or 929787. OLE color: 929787.

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

Color convert

RGB 251 47 14 -
CMYK 0 0.81 0.94 0.02
HSL 8.35º 0.97% 0.52% -
HSV(B) 8.35º 0.94% 0.98% -
XYZ 40.88 22.57 2.62 -
YUV 104.23 77.09 232.68 -
System Red Green Blue C M Y K H S L
Decimal 251 47 14 0 0.81 0.94 0.02 8.35 0.97 0.52
Hex FB 2F E 0 51 5E 2 8 61 34
Octal 373 57 16 0 121 136 2 10 141 64
Binary 11111011 101111 1110 0 1010001 1011110 10 1000 1100001 110100

Color Harmonies of #FB2F0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB2F0E

Black with #FB2F0E

Text Example


Text Example

White with #FB2F0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB2F0E; }

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

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

background-color css

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

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

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

border-color css

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

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

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