Html Css Color HEX #F2231C Scarlet

📋 copy color: '#F2231C'

red 242 ◦ green 35 ◦ blue 28

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

Shades of Scarlet #F2231C

Tints of Scarlet #F2231C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 9.18%

R = 79.34%
G = 11.48%
B = 9.18%

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

#F2231C (or 0xF2231C) is known color: Scarlet. HEX triplet: F2, 23 and 1C. RGB value is (242,35,28). Sum of RGB (Red+Green+Blue) = 242+35+28=305 (40% of max value = 765). Red value is 242 (94.92% from 255 or 79.34% from 305); Green value is 35 (14.06% from 255 or 11.48% from 305); Blue value is 28 (11.33% from 255 or 9.18% from 305); Max value from RGB is 242 - color contains mainly: red. Hex color #F2231C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F2231C is #0DDCE3. Grayscale: #606060. Windows color (decimal): -908516 or 1844210. OLE color: 1844210.

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

Color convert

RGB 242 35 28 -
CMYK 0 0.86 0.88 0.05
HSL 1.96º 0.89% 0.53% -
HSV(B) 1.96º 0.88% 0.95% -
XYZ 37.43 20.16 3.02 -
YUV 96.1 89.58 232.07 -
System Red Green Blue C M Y K H S L
Decimal 242 35 28 0 0.86 0.88 0.05 1.96 0.89 0.53
Hex F2 23 1C 0 56 58 5 2 59 35
Octal 362 43 34 0 126 130 5 2 131 65
Binary 11110010 100011 11100 0 1010110 1011000 101 10 1011001 110101

Color Harmonies of #F2231C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2231C

Black with #F2231C

Text Example


Text Example

White with #F2231C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2231C; }

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

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

background-color css

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

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

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

border-color css

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

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

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