Html Css Color HEX #F52B0B Scarlet

📋 copy color: '#F52B0B'

red 245 ◦ green 43 ◦ blue 11

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

Shades of Scarlet #F52B0B

Tints of Scarlet #F52B0B

RGB

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

 GREEN value IS 43 (17.19% from 255) = 14.38%

 BLUE value IS 11 (4.69% from 255) = 3.68%

R = 81.94%
G = 14.38%
B = 3.68%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.96

 K value IS 0.04

RGB Variations

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

Color information

#F52B0B (or 0xF52B0B) is known color: Scarlet. HEX triplet: F5, 2B and 0B. RGB value is (245,43,11). Sum of RGB (Red+Green+Blue) = 245+43+11=299 (39% of max value = 765). Red value is 245 (96.09% from 255 or 81.94% from 299); Green value is 43 (17.19% from 255 or 14.38% from 299); Blue value is 11 (4.69% from 255 or 3.68% from 299); Max value from RGB is 245 - color contains mainly: red. Hex color #F52B0B is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F52B0B is #0AD4F4. Grayscale: #646464. Windows color (decimal): -709877 or 732149. OLE color: 732149.

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

Color convert

RGB 245 43 11 -
CMYK 0 0.82 0.96 0.04
HSL 8.21º 0.92% 0.5% -
HSV(B) 8.21º 0.96% 0.96% -
XYZ 38.58 21.16 2.37 -
YUV 99.75 77.92 231.6 -
System Red Green Blue C M Y K H S L
Decimal 245 43 11 0 0.82 0.96 0.04 8.21 0.92 0.5
Hex F5 2B B 0 52 60 4 8 5C 32
Octal 365 53 13 0 122 140 4 10 134 62
Binary 11110101 101011 1011 0 1010010 1100000 100 1000 1011100 110010

Color Harmonies of #F52B0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F52B0B

Black with #F52B0B

Text Example


Text Example

White with #F52B0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F52B0B; }

 p { color: rgb(245,43,11); }

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

background-color css

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

 a { background-color: rgb(245,43,11); }

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

border-color css

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

 span { border-color: rgb(245,43,11); }

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