Html Css Color HEX #F2280E Scarlet

📋 copy color: '#F2280E'

red 242 ◦ green 40 ◦ blue 14

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

Shades of Scarlet #F2280E

Tints of Scarlet #F2280E

RGB

 RED value IS 242 (94.92% from 255) = 81.76%

 GREEN value IS 40 (16.02% from 255) = 13.51%

 BLUE value IS 14 (5.86% from 255) = 4.73%

R = 81.76%
G = 13.51%
B = 4.73%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.94

 K value IS 0.05

RGB Variations

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

Color information

#F2280E (or 0xF2280E) is known color: Scarlet. HEX triplet: F2, 28 and 0E. RGB value is (242,40,14). Sum of RGB (Red+Green+Blue) = 242+40+14=296 (39% of max value = 765). Red value is 242 (94.92% from 255 or 81.76% from 296); Green value is 40 (16.02% from 255 or 13.51% from 296); Blue value is 14 (5.86% from 255 or 4.73% from 296); Max value from RGB is 242 - color contains mainly: red. Hex color #F2280E is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F2280E is #0DD7F1. Grayscale: #616161. Windows color (decimal): -907250 or 927986. OLE color: 927986.

HSL color Cylindrical-coordinate representation of color #F2280E: hue angle of 6.84º degrees, saturation: 0.9, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F2280E is Cyan = 0, Magento = 0.83, Yellow = 0.94 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 40 14 -
CMYK 0 0.83 0.94 0.05
HSL 6.84º 0.9% 0.5% -
HSV(B) 6.84º 0.94% 0.95% -
XYZ 37.46 20.43 2.38 -
YUV 97.43 80.92 231.11 -
System Red Green Blue C M Y K H S L
Decimal 242 40 14 0 0.83 0.94 0.05 6.84 0.9 0.5
Hex F2 28 E 0 53 5E 5 7 5A 32
Octal 362 50 16 0 123 136 5 7 132 62
Binary 11110010 101000 1110 0 1010011 1011110 101 111 1011010 110010

Color Harmonies of #F2280E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2280E

Black with #F2280E

Text Example


Text Example

White with #F2280E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2280E; }

 p { color: rgb(242,40,14); }

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

background-color css

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

 a { background-color: rgb(242,40,14); }

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

border-color css

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

 span { border-color: rgb(242,40,14); }

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