Html Css Color HEX #F2231E Scarlet

📋 copy color: '#F2231E'

red 242 ◦ green 35 ◦ blue 30

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

Shades of Scarlet #F2231E

Tints of Scarlet #F2231E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 9.77%

R = 78.83%
G = 11.4%
B = 9.77%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.88

 K value IS 0.05

RGB Variations

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

Color information

#F2231E (or 0xF2231E) is known color: Scarlet. HEX triplet: F2, 23 and 1E. RGB value is (242,35,30). Sum of RGB (Red+Green+Blue) = 242+35+30=307 (40% of max value = 765). Red value is 242 (94.92% from 255 or 78.83% from 307); Green value is 35 (14.06% from 255 or 11.40% from 307); Blue value is 30 (12.11% from 255 or 9.77% from 307); Max value from RGB is 242 - color contains mainly: red. Hex color #F2231E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F2231E is #0DDCE1. Grayscale: #606060. Windows color (decimal): -908514 or 1975282. OLE color: 1975282.

HSL color Cylindrical-coordinate representation of color #F2231E: hue angle of 1.42º degrees, saturation: 0.89, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F2231E is Cyan = 0, Magento = 0.86, Yellow = 0.88 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 35 30 -
CMYK 0 0.86 0.88 0.05
HSL 1.42º 0.89% 0.53% -
HSV(B) 1.42º 0.88% 0.95% -
XYZ 37.45 20.17 3.15 -
YUV 96.32 90.58 231.91 -
System Red Green Blue C M Y K H S L
Decimal 242 35 30 0 0.86 0.88 0.05 1.42 0.89 0.53
Hex F2 23 1E 0 56 58 5 1 59 35
Octal 362 43 36 0 126 130 5 1 131 65
Binary 11110010 100011 11110 0 1010110 1011000 101 1 1011001 110101

Color Harmonies of #F2231E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2231E

Black with #F2231E

Text Example


Text Example

White with #F2231E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2231E; }

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

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

background-color css

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

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

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

border-color css

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

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

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