Html Css Color HEX #F22700 Scarlet

📋 copy color: '#F22700'

red 242 ◦ green 39 ◦ blue 0

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

Shades of Scarlet #F22700

Tints of Scarlet #F22700

RGB

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

 GREEN value IS 39 (15.63% from 255) = 13.88%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 86.12%
G = 13.88%
B = 0%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 1

 K value IS 0.05

RGB Variations

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

Color information

#F22700 (or 0xF22700) is known color: Scarlet. HEX triplet: F2, 27 and 00. RGB value is (242,39,0). Sum of RGB (Red+Green+Blue) = 242+39+0=281 (37% of max value = 765). Red value is 242 (94.92% from 255 or 86.12% from 281); Green value is 39 (15.62% from 255 or 13.88% from 281); Blue value is 0 (0.39% from 255 or 0% from 281); Max value from RGB is 242 - color contains mainly: red. Hex color #F22700 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F22700 is #0DD8FF. Grayscale: #5F5F5F. Windows color (decimal): -907520 or 10226. OLE color: 10226.

HSL color Cylindrical-coordinate representation of color #F22700: hue angle of 9.67º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F22700 is Cyan = 0, Magento = 0.84, Yellow = 1 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 39 0 -
CMYK 0 0.84 1 0.05
HSL 9.67º 1% 0.47% -
HSV(B) 9.67º 1% 0.95% -
XYZ 37.34 20.33 1.96 -
YUV 95.25 74.25 232.67 -
System Red Green Blue C M Y K H S L
Decimal 242 39 0 0 0.84 1 0.05 9.67 1 0.47
Hex F2 27 0 0 54 64 5 A 64 2F
Octal 362 47 0 0 124 144 5 12 144 57
Binary 11110010 100111 0 0 1010100 1100100 101 1010 1100100 101111

Color Harmonies of #F22700

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F22700

Black with #F22700

Text Example


Text Example

White with #F22700

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F22700; }

 p { color: rgb(242,39,0); }

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

background-color css

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

 a { background-color: rgb(242,39,0); }

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

border-color css

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

 span { border-color: rgb(242,39,0); }

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