Html Css Color HEX #F2281B Scarlet

📋 copy color: '#F2281B'

red 242 ◦ green 40 ◦ blue 27

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

Shades of Scarlet #F2281B

Tints of Scarlet #F2281B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 8.74%

R = 78.32%
G = 12.94%
B = 8.74%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.89

 K value IS 0.05

RGB Variations

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

Color information

#F2281B (or 0xF2281B) is known color: Scarlet. HEX triplet: F2, 28 and 1B. RGB value is (242,40,27). Sum of RGB (Red+Green+Blue) = 242+40+27=309 (40% of max value = 765). Red value is 242 (94.92% from 255 or 78.32% from 309); Green value is 40 (16.02% from 255 or 12.94% from 309); Blue value is 27 (10.94% from 255 or 8.74% from 309); Max value from RGB is 242 - color contains mainly: red. Hex color #F2281B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F2281B is #0DD7E4. Grayscale: #636363. Windows color (decimal): -907237 or 1779954. OLE color: 1779954.

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

Color convert

RGB 242 40 27 -
CMYK 0 0.83 0.89 0.05
HSL 3.63º 0.89% 0.53% -
HSV(B) 3.63º 0.89% 0.95% -
XYZ 37.57 20.47 3.01 -
YUV 98.92 87.42 230.06 -
System Red Green Blue C M Y K H S L
Decimal 242 40 27 0 0.83 0.89 0.05 3.63 0.89 0.53
Hex F2 28 1B 0 53 59 5 4 59 35
Octal 362 50 33 0 123 131 5 4 131 65
Binary 11110010 101000 11011 0 1010011 1011001 101 100 1011001 110101

Color Harmonies of #F2281B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2281B

Black with #F2281B

Text Example


Text Example

White with #F2281B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2281B; }

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

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

background-color css

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

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

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

border-color css

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

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

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