Html Css Color HEX #F5250C Scarlet

📋 copy color: '#F5250C'

red 245 ◦ green 37 ◦ blue 12

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

Shades of Scarlet #F5250C

Tints of Scarlet #F5250C

RGB

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

 GREEN value IS 37 (14.84% from 255) = 12.59%

 BLUE value IS 12 (5.08% from 255) = 4.08%

R = 83.33%
G = 12.59%
B = 4.08%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.95

 K value IS 0.04

RGB Variations

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

Color information

#F5250C (or 0xF5250C) is known color: Scarlet. HEX triplet: F5, 25 and 0C. RGB value is (245,37,12). Sum of RGB (Red+Green+Blue) = 245+37+12=294 (38% of max value = 765). Red value is 245 (96.09% from 255 or 83.33% from 294); Green value is 37 (14.84% from 255 or 12.59% from 294); Blue value is 12 (5.08% from 255 or 4.08% from 294); Max value from RGB is 245 - color contains mainly: red. Hex color #F5250C is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F5250C is #0ADAF3. Grayscale: #606060. Windows color (decimal): -711412 or 796149. OLE color: 796149.

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

Color convert

RGB 245 37 12 -
CMYK 0 0.85 0.95 0.04
HSL 6.44º 0.92% 0.5% -
HSV(B) 6.44º 0.95% 0.96% -
XYZ 38.38 20.76 2.33 -
YUV 96.34 80.41 234.03 -
System Red Green Blue C M Y K H S L
Decimal 245 37 12 0 0.85 0.95 0.04 6.44 0.92 0.5
Hex F5 25 C 0 55 5F 4 6 5C 32
Octal 365 45 14 0 125 137 4 6 134 62
Binary 11110101 100101 1100 0 1010101 1011111 100 110 1011100 110010

Color Harmonies of #F5250C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5250C

Black with #F5250C

Text Example


Text Example

White with #F5250C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5250C; }

 p { color: rgb(245,37,12); }

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

background-color css

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

 a { background-color: rgb(245,37,12); }

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

border-color css

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

 span { border-color: rgb(245,37,12); }

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