Html Css Color HEX #F2281E Scarlet

📋 copy color: '#F2281E'

red 242 ◦ green 40 ◦ blue 30

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

Shades of Scarlet #F2281E

Tints of Scarlet #F2281E

RGB

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

 GREEN value IS 40 (16.02% from 255) = 12.82%

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

R = 77.56%
G = 12.82%
B = 9.62%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.88

 K value IS 0.05

RGB Variations

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

Color information

#F2281E (or 0xF2281E) is known color: Scarlet. HEX triplet: F2, 28 and 1E. RGB value is (242,40,30). Sum of RGB (Red+Green+Blue) = 242+40+30=312 (41% of max value = 765). Red value is 242 (94.92% from 255 or 77.56% from 312); Green value is 40 (16.02% from 255 or 12.82% from 312); Blue value is 30 (12.11% from 255 or 9.62% from 312); Max value from RGB is 242 - color contains mainly: red. Hex color #F2281E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F2281E is #0DD7E1. Grayscale: #636363. Windows color (decimal): -907234 or 1976562. OLE color: 1976562.

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

Color convert

RGB 242 40 30 -
CMYK 0 0.83 0.88 0.05
HSL 2.83º 0.89% 0.53% -
HSV(B) 2.83º 0.88% 0.95% -
XYZ 37.61 20.49 3.2 -
YUV 99.26 88.92 229.81 -
System Red Green Blue C M Y K H S L
Decimal 242 40 30 0 0.83 0.88 0.05 2.83 0.89 0.53
Hex F2 28 1E 0 53 58 5 3 59 35
Octal 362 50 36 0 123 130 5 3 131 65
Binary 11110010 101000 11110 0 1010011 1011000 101 11 1011001 110101

Color Harmonies of #F2281E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2281E

Black with #F2281E

Text Example


Text Example

White with #F2281E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2281E; }

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

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

background-color css

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

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

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

border-color css

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

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

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