Html Css Color HEX #F5241B Scarlet

📋 copy color: '#F5241B'

red 245 ◦ green 36 ◦ blue 27

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

Shades of Scarlet #F5241B

Tints of Scarlet #F5241B

RGB

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

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

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

R = 79.55%
G = 11.69%
B = 8.77%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.89

 K value IS 0.04

RGB Variations

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

Color information

#F5241B (or 0xF5241B) is known color: Scarlet. HEX triplet: F5, 24 and 1B. RGB value is (245,36,27). Sum of RGB (Red+Green+Blue) = 245+36+27=308 (40% of max value = 765). Red value is 245 (96.09% from 255 or 79.55% from 308); Green value is 36 (14.45% from 255 or 11.69% from 308); Blue value is 27 (10.94% from 255 or 8.77% from 308); Max value from RGB is 245 - color contains mainly: red. Hex color #F5241B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F5241B is #0ADBE4. Grayscale: #616161. Windows color (decimal): -711653 or 1778933. OLE color: 1778933.

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

Color convert

RGB 245 36 27 -
CMYK 0 0.85 0.89 0.04
HSL 2.48º 0.92% 0.53% -
HSV(B) 2.48º 0.89% 0.96% -
XYZ 38.48 20.75 3.01 -
YUV 97.47 88.24 233.23 -
System Red Green Blue C M Y K H S L
Decimal 245 36 27 0 0.85 0.89 0.04 2.48 0.92 0.53
Hex F5 24 1B 0 55 59 4 2 5C 35
Octal 365 44 33 0 125 131 4 2 134 65
Binary 11110101 100100 11011 0 1010101 1011001 100 10 1011100 110101

Color Harmonies of #F5241B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5241B

Black with #F5241B

Text Example


Text Example

White with #F5241B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5241B; }

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

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

background-color css

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

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

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

border-color css

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

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

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