Html Css Color HEX #FB241B Scarlet

📋 copy color: '#FB241B'

red 251 ◦ green 36 ◦ blue 27

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

Shades of Scarlet #FB241B

Tints of Scarlet #FB241B

RGB

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

 GREEN value IS 36 (14.45% from 255) = 11.46%

 BLUE value IS 27 (10.94% from 255) = 8.6%

R = 79.94%
G = 11.46%
B = 8.6%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.89

 K value IS 0.02

RGB Variations

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

Color information

#FB241B (or 0xFB241B) is known color: Scarlet. HEX triplet: FB, 24 and 1B. RGB value is (251,36,27). Sum of RGB (Red+Green+Blue) = 251+36+27=314 (41% of max value = 765). Red value is 251 (98.44% from 255 or 79.94% from 314); Green value is 36 (14.45% from 255 or 11.46% from 314); Blue value is 27 (10.94% from 255 or 8.60% from 314); Max value from RGB is 251 - color contains mainly: red. Hex color #FB241B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FB241B is #04DBE4. Grayscale: #636363. Windows color (decimal): -318437 or 1778939. OLE color: 1778939.

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

Color convert

RGB 251 36 27 -
CMYK 0 0.86 0.89 0.02
HSL 2.41º 0.97% 0.55% -
HSV(B) 2.41º 0.89% 0.98% -
XYZ 40.61 21.85 3.11 -
YUV 99.26 87.23 236.23 -
System Red Green Blue C M Y K H S L
Decimal 251 36 27 0 0.86 0.89 0.02 2.41 0.97 0.55
Hex FB 24 1B 0 56 59 2 2 61 37
Octal 373 44 33 0 126 131 2 2 141 67
Binary 11111011 100100 11011 0 1010110 1011001 10 10 1100001 110111

Color Harmonies of #FB241B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB241B

Black with #FB241B

Text Example


Text Example

White with #FB241B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB241B; }

 p { color: rgb(251,36,27); }

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

background-color css

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

 a { background-color: rgb(251,36,27); }

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

border-color css

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

 span { border-color: rgb(251,36,27); }

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