Html Css Color HEX #F52002 Scarlet

📋 copy color: '#F52002'

red 245 ◦ green 32 ◦ blue 2

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

Shades of Scarlet #F52002

Tints of Scarlet #F52002

RGB

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

 GREEN value IS 32 (12.89% from 255) = 11.47%

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

R = 87.81%
G = 11.47%
B = 0.72%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.99

 K value IS 0.04

RGB Variations

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

Color information

#F52002 (or 0xF52002) is known color: Scarlet. HEX triplet: F5, 20 and 02. RGB value is (245,32,2). Sum of RGB (Red+Green+Blue) = 245+32+2=279 (36% of max value = 765). Red value is 245 (96.09% from 255 or 87.81% from 279); Green value is 32 (12.89% from 255 or 11.47% from 279); Blue value is 2 (1.17% from 255 or 0.72% from 279); Max value from RGB is 245 - color contains mainly: red. Hex color #F52002 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F52002 is #0ADFFD. Grayscale: #5C5C5C. Windows color (decimal): -712702 or 139509. OLE color: 139509.

HSL color Cylindrical-coordinate representation of color #F52002: hue angle of 7.41º 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 #F52002 is Cyan = 0, Magento = 0.87, Yellow = 0.99 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 32 2 -
CMYK 0 0.87 0.99 0.04
HSL 7.41º 0.98% 0.48% -
HSV(B) 7.41º 0.99% 0.96% -
XYZ 38.18 20.45 1.99 -
YUV 92.27 77.07 236.94 -
System Red Green Blue C M Y K H S L
Decimal 245 32 2 0 0.87 0.99 0.04 7.41 0.98 0.48
Hex F5 20 2 0 57 63 4 7 62 30
Octal 365 40 2 0 127 143 4 7 142 60
Binary 11110101 100000 10 0 1010111 1100011 100 111 1100010 110000

Color Harmonies of #F52002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F52002

Black with #F52002

Text Example


Text Example

White with #F52002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F52002; }

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

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

background-color css

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

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

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

border-color css

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

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

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