Html Css Color HEX #F5280D Scarlet

📋 copy color: '#F5280D'

red 245 ◦ green 40 ◦ blue 13

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

Shades of Scarlet #F5280D

Tints of Scarlet #F5280D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 4.36%

R = 82.21%
G = 13.42%
B = 4.36%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.95

 K value IS 0.04

RGB Variations

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

Color information

#F5280D (or 0xF5280D) is known color: Scarlet. HEX triplet: F5, 28 and 0D. RGB value is (245,40,13). Sum of RGB (Red+Green+Blue) = 245+40+13=298 (39% of max value = 765). Red value is 245 (96.09% from 255 or 82.21% from 298); Green value is 40 (16.02% from 255 or 13.42% from 298); Blue value is 13 (5.47% from 255 or 4.36% from 298); Max value from RGB is 245 - color contains mainly: red. Hex color #F5280D is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F5280D is #0AD7F2. Grayscale: #626262. Windows color (decimal): -710643 or 862453. OLE color: 862453.

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

Color convert

RGB 245 40 13 -
CMYK 0 0.84 0.95 0.04
HSL 6.98º 0.92% 0.51% -
HSV(B) 6.98º 0.95% 0.96% -
XYZ 38.49 20.96 2.4 -
YUV 98.22 79.92 232.7 -
System Red Green Blue C M Y K H S L
Decimal 245 40 13 0 0.84 0.95 0.04 6.98 0.92 0.51
Hex F5 28 D 0 54 5F 4 7 5C 33
Octal 365 50 15 0 124 137 4 7 134 63
Binary 11110101 101000 1101 0 1010100 1011111 100 111 1011100 110011

Color Harmonies of #F5280D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5280D

Black with #F5280D

Text Example


Text Example

White with #F5280D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5280D; }

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

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

background-color css

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

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

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

border-color css

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

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

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