Html Css Color HEX #F02C02 Scarlet

📋 copy color: '#F02C02'

red 240 ◦ green 44 ◦ blue 2

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

Shades of Scarlet #F02C02

Tints of Scarlet #F02C02

RGB

 RED value IS 240 (94.14% from 255) = 83.92%

 GREEN value IS 44 (17.58% from 255) = 15.38%

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

R = 83.92%
G = 15.38%
B = 0.7%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.99

 K value IS 0.06

RGB Variations

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

Color information

#F02C02 (or 0xF02C02) is known color: Scarlet. HEX triplet: F0, 2C and 02. RGB value is (240,44,2). Sum of RGB (Red+Green+Blue) = 240+44+2=286 (37% of max value = 765). Red value is 240 (94.14% from 255 or 83.92% from 286); Green value is 44 (17.58% from 255 or 15.38% from 286); Blue value is 2 (1.17% from 255 or 0.70% from 286); Max value from RGB is 240 - color contains mainly: red. Hex color #F02C02 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F02C02 is #0FD3FD. Grayscale: #626262. Windows color (decimal): -1037310 or 142576. OLE color: 142576.

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

Color convert

RGB 240 44 2 -
CMYK 0 0.82 0.99 0.06
HSL 10.59º 0.98% 0.47% -
HSV(B) 10.59º 0.99% 0.94% -
XYZ 36.85 20.33 2.04 -
YUV 97.82 73.93 229.42 -
System Red Green Blue C M Y K H S L
Decimal 240 44 2 0 0.82 0.99 0.06 10.59 0.98 0.47
Hex F0 2C 2 0 52 63 6 B 62 2F
Octal 360 54 2 0 122 143 6 13 142 57
Binary 11110000 101100 10 0 1010010 1100011 110 1011 1100010 101111

Color Harmonies of #F02C02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F02C02

Black with #F02C02

Text Example


Text Example

White with #F02C02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F02C02; }

 p { color: rgb(240,44,2); }

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

background-color css

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

 a { background-color: rgb(240,44,2); }

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

border-color css

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

 span { border-color: rgb(240,44,2); }

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