Html Css Color HEX #F52800 Scarlet

📋 copy color: '#F52800'

red 245 ◦ green 40 ◦ blue 0

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

Shades of Scarlet #F52800

Tints of Scarlet #F52800

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 85.96%
G = 14.04%
B = 0%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 1

 K value IS 0.04

RGB Variations

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

Color information

#F52800 (or 0xF52800) is known color: Scarlet. HEX triplet: F5, 28 and 00. RGB value is (245,40,0). Sum of RGB (Red+Green+Blue) = 245+40+0=285 (37% of max value = 765). Red value is 245 (96.09% from 255 or 85.96% from 285); Green value is 40 (16.02% from 255 or 14.04% from 285); Blue value is 0 (0.39% from 255 or 0% from 285); Max value from RGB is 245 - color contains mainly: red. Hex color #F52800 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F52800 is #0AD7FF. Grayscale: #616161. Windows color (decimal): -710656 or 10485. OLE color: 10485.

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

Color convert

RGB 245 40 0 -
CMYK 0 0.84 1 0.04
HSL 9.8º 1% 0.48% -
HSV(B) 9.8º 1% 0.96% -
XYZ 38.41 20.93 2.02 -
YUV 96.74 73.42 233.75 -
System Red Green Blue C M Y K H S L
Decimal 245 40 0 0 0.84 1 0.04 9.8 1 0.48
Hex F5 28 0 0 54 64 4 A 64 30
Octal 365 50 0 0 124 144 4 12 144 60
Binary 11110101 101000 0 0 1010100 1100100 100 1010 1100100 110000

Color Harmonies of #F52800

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F52800

Black with #F52800

Text Example


Text Example

White with #F52800

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F52800; }

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

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

background-color css

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

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

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

border-color css

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

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

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