Html Css Color HEX #F52912 Scarlet

📋 copy color: '#F52912'

red 245 ◦ green 41 ◦ blue 18

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

Shades of Scarlet #F52912

Tints of Scarlet #F52912

RGB

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

 GREEN value IS 41 (16.41% from 255) = 13.49%

 BLUE value IS 18 (7.42% from 255) = 5.92%

R = 80.59%
G = 13.49%
B = 5.92%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.93

 K value IS 0.04

RGB Variations

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

Color information

#F52912 (or 0xF52912) is known color: Scarlet. HEX triplet: F5, 29 and 12. RGB value is (245,41,18). Sum of RGB (Red+Green+Blue) = 245+41+18=304 (40% of max value = 765). Red value is 245 (96.09% from 255 or 80.59% from 304); Green value is 41 (16.41% from 255 or 13.49% from 304); Blue value is 18 (7.42% from 255 or 5.92% from 304); Max value from RGB is 245 - color contains mainly: red. Hex color #F52912 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F52912 is #0AD6ED. Grayscale: #636363. Windows color (decimal): -710382 or 1190389. OLE color: 1190389.

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

Color convert

RGB 245 41 18 -
CMYK 0 0.83 0.93 0.04
HSL 6.08º 0.92% 0.52% -
HSV(B) 6.08º 0.93% 0.96% -
XYZ 38.56 21.04 2.6 -
YUV 99.37 82.09 231.87 -
System Red Green Blue C M Y K H S L
Decimal 245 41 18 0 0.83 0.93 0.04 6.08 0.92 0.52
Hex F5 29 12 0 53 5D 4 6 5C 34
Octal 365 51 22 0 123 135 4 6 134 64
Binary 11110101 101001 10010 0 1010011 1011101 100 110 1011100 110100

Color Harmonies of #F52912

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F52912

Black with #F52912

Text Example


Text Example

White with #F52912

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F52912; }

 p { color: rgb(245,41,18); }

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

background-color css

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

 a { background-color: rgb(245,41,18); }

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

border-color css

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

 span { border-color: rgb(245,41,18); }

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