Html Css Color HEX #F2270F Scarlet

📋 copy color: '#F2270F'

red 242 ◦ green 39 ◦ blue 15

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

Shades of Scarlet #F2270F

Tints of Scarlet #F2270F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 5.07%

R = 81.76%
G = 13.18%
B = 5.07%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.94

 K value IS 0.05

RGB Variations

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

Color information

#F2270F (or 0xF2270F) is known color: Scarlet. HEX triplet: F2, 27 and 0F. RGB value is (242,39,15). Sum of RGB (Red+Green+Blue) = 242+39+15=296 (39% of max value = 765). Red value is 242 (94.92% from 255 or 81.76% from 296); Green value is 39 (15.62% from 255 or 13.18% from 296); Blue value is 15 (6.25% from 255 or 5.07% from 296); Max value from RGB is 242 - color contains mainly: red. Hex color #F2270F is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F2270F is #0DD8F0. Grayscale: #616161. Windows color (decimal): -907505 or 993266. OLE color: 993266.

HSL color Cylindrical-coordinate representation of color #F2270F: hue angle of 6.34º 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 #F2270F is Cyan = 0, Magento = 0.84, Yellow = 0.94 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 39 15 -
CMYK 0 0.84 0.94 0.05
HSL 6.34º 0.9% 0.5% -
HSV(B) 6.34º 0.94% 0.95% -
XYZ 37.43 20.36 2.41 -
YUV 96.96 81.75 231.45 -
System Red Green Blue C M Y K H S L
Decimal 242 39 15 0 0.84 0.94 0.05 6.34 0.9 0.5
Hex F2 27 F 0 54 5E 5 6 5A 32
Octal 362 47 17 0 124 136 5 6 132 62
Binary 11110010 100111 1111 0 1010100 1011110 101 110 1011010 110010

Color Harmonies of #F2270F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2270F

Black with #F2270F

Text Example


Text Example

White with #F2270F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2270F; }

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

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

background-color css

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

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

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

border-color css

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

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

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