Html Css Color HEX #F2241B Scarlet

📋 copy color: '#F2241B'

red 242 ◦ green 36 ◦ blue 27

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

Shades of Scarlet #F2241B

Tints of Scarlet #F2241B

RGB

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

 GREEN value IS 36 (14.45% from 255) = 11.8%

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

R = 79.34%
G = 11.8%
B = 8.85%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.89

 K value IS 0.05

RGB Variations

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

Color information

#F2241B (or 0xF2241B) is known color: Scarlet. HEX triplet: F2, 24 and 1B. RGB value is (242,36,27). Sum of RGB (Red+Green+Blue) = 242+36+27=305 (40% of max value = 765). Red value is 242 (94.92% from 255 or 79.34% from 305); Green value is 36 (14.45% from 255 or 11.80% from 305); Blue value is 27 (10.94% from 255 or 8.85% from 305); Max value from RGB is 242 - color contains mainly: red. Hex color #F2241B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F2241B is #0DDBE4. Grayscale: #606060. Windows color (decimal): -908261 or 1778930. OLE color: 1778930.

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

Color convert

RGB 242 36 27 -
CMYK 0 0.85 0.89 0.05
HSL 2.51º 0.89% 0.53% -
HSV(B) 2.51º 0.89% 0.95% -
XYZ 37.45 20.22 2.97 -
YUV 96.57 88.75 231.73 -
System Red Green Blue C M Y K H S L
Decimal 242 36 27 0 0.85 0.89 0.05 2.51 0.89 0.53
Hex F2 24 1B 0 55 59 5 3 59 35
Octal 362 44 33 0 125 131 5 3 131 65
Binary 11110010 100100 11011 0 1010101 1011001 101 11 1011001 110101

Color Harmonies of #F2241B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2241B

Black with #F2241B

Text Example


Text Example

White with #F2241B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2241B; }

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

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

background-color css

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

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

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

border-color css

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

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

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