Html Css Color HEX #F22C0A Scarlet

📋 copy color: '#F22C0A'

red 242 ◦ green 44 ◦ blue 10

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

Shades of Scarlet #F22C0A

Tints of Scarlet #F22C0A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 3.38%

R = 81.76%
G = 14.86%
B = 3.38%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.96

 K value IS 0.05

RGB Variations

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

Color information

#F22C0A (or 0xF22C0A) is known color: Scarlet. HEX triplet: F2, 2C and 0A. RGB value is (242,44,10). Sum of RGB (Red+Green+Blue) = 242+44+10=296 (39% of max value = 765). Red value is 242 (94.92% from 255 or 81.76% from 296); Green value is 44 (17.58% from 255 or 14.86% from 296); Blue value is 10 (4.30% from 255 or 3.38% from 296); Max value from RGB is 242 - color contains mainly: red. Hex color #F22C0A is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F22C0A is #0DD3F5. Grayscale: #636363. Windows color (decimal): -906230 or 666866. OLE color: 666866.

HSL color Cylindrical-coordinate representation of color #F22C0A: hue angle of 8.79º degrees, saturation: 0.92, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F22C0A is Cyan = 0, Magento = 0.82, Yellow = 0.96 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 44 10 -
CMYK 0 0.82 0.96 0.05
HSL 8.79º 0.92% 0.49% -
HSV(B) 8.79º 0.96% 0.95% -
XYZ 37.57 20.7 2.3 -
YUV 99.33 77.6 229.76 -
System Red Green Blue C M Y K H S L
Decimal 242 44 10 0 0.82 0.96 0.05 8.79 0.92 0.49
Hex F2 2C A 0 52 60 5 9 5C 31
Octal 362 54 12 0 122 140 5 11 134 61
Binary 11110010 101100 1010 0 1010010 1100000 101 1001 1011100 110001

Color Harmonies of #F22C0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F22C0A

Black with #F22C0A

Text Example


Text Example

White with #F22C0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F22C0A; }

 p { color: rgb(242,44,10); }

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

background-color css

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

 a { background-color: rgb(242,44,10); }

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

border-color css

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

 span { border-color: rgb(242,44,10); }

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