Html Css Color HEX #F2230F Scarlet

📋 copy color: '#F2230F'

red 242 ◦ green 35 ◦ blue 15

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

Shades of Scarlet #F2230F

Tints of Scarlet #F2230F

RGB

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

 GREEN value IS 35 (14.06% from 255) = 11.99%

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

R = 82.88%
G = 11.99%
B = 5.14%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.94

 K value IS 0.05

RGB Variations

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

Color information

#F2230F (or 0xF2230F) is known color: Scarlet. HEX triplet: F2, 23 and 0F. RGB value is (242,35,15). Sum of RGB (Red+Green+Blue) = 242+35+15=292 (38% of max value = 765). Red value is 242 (94.92% from 255 or 82.88% from 292); Green value is 35 (14.06% from 255 or 11.99% from 292); Blue value is 15 (6.25% from 255 or 5.14% from 292); Max value from RGB is 242 - color contains mainly: red. Hex color #F2230F is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F2230F is #0DDCF0. Grayscale: #5E5E5E. Windows color (decimal): -908529 or 992242. OLE color: 992242.

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

Color convert

RGB 242 35 15 -
CMYK 0 0.86 0.94 0.05
HSL 5.29º 0.9% 0.5% -
HSV(B) 5.29º 0.94% 0.95% -
XYZ 37.31 20.11 2.37 -
YUV 94.61 83.08 233.13 -
System Red Green Blue C M Y K H S L
Decimal 242 35 15 0 0.86 0.94 0.05 5.29 0.9 0.5
Hex F2 23 F 0 56 5E 5 5 5A 32
Octal 362 43 17 0 126 136 5 5 132 62
Binary 11110010 100011 1111 0 1010110 1011110 101 101 1011010 110010

Color Harmonies of #F2230F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2230F

Black with #F2230F

Text Example


Text Example

White with #F2230F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2230F; }

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

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

background-color css

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

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

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

border-color css

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

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

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