Html Css Color HEX #F5281B Scarlet

📋 copy color: '#F5281B'

red 245 ◦ green 40 ◦ blue 27

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

Shades of Scarlet #F5281B

Tints of Scarlet #F5281B

RGB

 RED value IS 245 (96.09% from 255) = 78.53%

 GREEN value IS 40 (16.02% from 255) = 12.82%

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

R = 78.53%
G = 12.82%
B = 8.65%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.89

 K value IS 0.04

RGB Variations

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

Color information

#F5281B (or 0xF5281B) is known color: Scarlet. HEX triplet: F5, 28 and 1B. RGB value is (245,40,27). Sum of RGB (Red+Green+Blue) = 245+40+27=312 (41% of max value = 765). Red value is 245 (96.09% from 255 or 78.53% from 312); Green value is 40 (16.02% from 255 or 12.82% from 312); Blue value is 27 (10.94% from 255 or 8.65% from 312); Max value from RGB is 245 - color contains mainly: red. Hex color #F5281B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F5281B is #0AD7E4. Grayscale: #646464. Windows color (decimal): -710629 or 1779957. OLE color: 1779957.

HSL color Cylindrical-coordinate representation of color #F5281B: hue angle of 3.58º degrees, saturation: 0.92, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F5281B is Cyan = 0, Magento = 0.84, Yellow = 0.89 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 40 27 -
CMYK 0 0.84 0.89 0.04
HSL 3.58º 0.92% 0.53% -
HSV(B) 3.58º 0.89% 0.96% -
XYZ 38.61 21.01 3.06 -
YUV 99.81 86.92 231.56 -
System Red Green Blue C M Y K H S L
Decimal 245 40 27 0 0.84 0.89 0.04 3.58 0.92 0.53
Hex F5 28 1B 0 54 59 4 4 5C 35
Octal 365 50 33 0 124 131 4 4 134 65
Binary 11110101 101000 11011 0 1010100 1011001 100 100 1011100 110101

Color Harmonies of #F5281B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5281B

Black with #F5281B

Text Example


Text Example

White with #F5281B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5281B; }

 p { color: rgb(245,40,27); }

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

background-color css

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

 a { background-color: rgb(245,40,27); }

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

border-color css

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

 span { border-color: rgb(245,40,27); }

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