Html Css Color HEX #FB241C Scarlet

📋 copy color: '#FB241C'

red 251 ◦ green 36 ◦ blue 28

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

Shades of Scarlet #FB241C

Tints of Scarlet #FB241C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 8.89%

R = 79.68%
G = 11.43%
B = 8.89%

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

#FB241C (or 0xFB241C) is known color: Scarlet. HEX triplet: FB, 24 and 1C. RGB value is (251,36,28). Sum of RGB (Red+Green+Blue) = 251+36+28=315 (41% of max value = 765). Red value is 251 (98.44% from 255 or 79.68% from 315); Green value is 36 (14.45% from 255 or 11.43% from 315); Blue value is 28 (11.33% from 255 or 8.89% from 315); Max value from RGB is 251 - color contains mainly: red. Hex color #FB241C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FB241C is #04DBE3. Grayscale: #636363. Windows color (decimal): -318436 or 1844475. OLE color: 1844475.

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

Color convert

RGB 251 36 28 -
CMYK 0 0.86 0.89 0.02
HSL 2.15º 0.97% 0.55% -
HSV(B) 2.15º 0.89% 0.98% -
XYZ 40.62 21.85 3.18 -
YUV 99.37 87.73 236.15 -
System Red Green Blue C M Y K H S L
Decimal 251 36 28 0 0.86 0.89 0.02 2.15 0.97 0.55
Hex FB 24 1C 0 56 59 2 2 61 37
Octal 373 44 34 0 126 131 2 2 141 67
Binary 11111011 100100 11100 0 1010110 1011001 10 10 1100001 110111

Color Harmonies of #FB241C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB241C

Black with #FB241C

Text Example


Text Example

White with #FB241C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB241C; }

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

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

background-color css

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

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

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

border-color css

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

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

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