Html Css Color HEX #F2261E Scarlet

📋 copy color: '#F2261E'

red 242 ◦ green 38 ◦ blue 30

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

Shades of Scarlet #F2261E

Tints of Scarlet #F2261E

RGB

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

 GREEN value IS 38 (15.23% from 255) = 12.26%

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

R = 78.06%
G = 12.26%
B = 9.68%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.88

 K value IS 0.05

RGB Variations

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

Color information

#F2261E (or 0xF2261E) is known color: Scarlet. HEX triplet: F2, 26 and 1E. RGB value is (242,38,30). Sum of RGB (Red+Green+Blue) = 242+38+30=310 (41% of max value = 765). Red value is 242 (94.92% from 255 or 78.06% from 310); Green value is 38 (15.23% from 255 or 12.26% from 310); Blue value is 30 (12.11% from 255 or 9.68% from 310); Max value from RGB is 242 - color contains mainly: red. Hex color #F2261E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F2261E is #0DD9E1. Grayscale: #626262. Windows color (decimal): -907746 or 1976050. OLE color: 1976050.

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

Color convert

RGB 242 38 30 -
CMYK 0 0.84 0.88 0.05
HSL 2.26º 0.89% 0.53% -
HSV(B) 2.26º 0.88% 0.95% -
XYZ 37.55 20.36 3.18 -
YUV 98.08 89.59 230.65 -
System Red Green Blue C M Y K H S L
Decimal 242 38 30 0 0.84 0.88 0.05 2.26 0.89 0.53
Hex F2 26 1E 0 54 58 5 2 59 35
Octal 362 46 36 0 124 130 5 2 131 65
Binary 11110010 100110 11110 0 1010100 1011000 101 10 1011001 110101

Color Harmonies of #F2261E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2261E

Black with #F2261E

Text Example


Text Example

White with #F2261E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2261E; }

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

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

background-color css

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

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

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

border-color css

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

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

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