Html Css Color HEX #F52D02 Scarlet

📋 copy color: '#F52D02'

red 245 ◦ green 45 ◦ blue 2

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

Shades of Scarlet #F52D02

Tints of Scarlet #F52D02

RGB

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

 GREEN value IS 45 (17.97% from 255) = 15.41%

 BLUE value IS 2 (1.17% from 255) = 0.68%

R = 83.9%
G = 15.41%
B = 0.68%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.99

 K value IS 0.04

RGB Variations

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

Color information

#F52D02 (or 0xF52D02) is known color: Scarlet. HEX triplet: F5, 2D and 02. RGB value is (245,45,2). Sum of RGB (Red+Green+Blue) = 245+45+2=292 (38% of max value = 765). Red value is 245 (96.09% from 255 or 83.90% from 292); Green value is 45 (17.97% from 255 or 15.41% from 292); Blue value is 2 (1.17% from 255 or 0.68% from 292); Max value from RGB is 245 - color contains mainly: red. Hex color #F52D02 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F52D02 is #0AD2FD. Grayscale: #646464. Windows color (decimal): -709374 or 142837. OLE color: 142837.

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

Color convert

RGB 245 45 2 -
CMYK 0 0.82 0.99 0.04
HSL 10.62º 0.98% 0.48% -
HSV(B) 10.62º 0.99% 0.96% -
XYZ 38.61 21.29 2.13 -
YUV 99.9 72.76 231.5 -
System Red Green Blue C M Y K H S L
Decimal 245 45 2 0 0.82 0.99 0.04 10.62 0.98 0.48
Hex F5 2D 2 0 52 63 4 B 62 30
Octal 365 55 2 0 122 143 4 13 142 60
Binary 11110101 101101 10 0 1010010 1100011 100 1011 1100010 110000

Color Harmonies of #F52D02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F52D02

Black with #F52D02

Text Example


Text Example

White with #F52D02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F52D02; }

 p { color: rgb(245,45,2); }

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

background-color css

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

 a { background-color: rgb(245,45,2); }

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

border-color css

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

 span { border-color: rgb(245,45,2); }

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