Html Css Color HEX #F2300B Scarlet

📋 copy color: '#F2300B'

red 242 ◦ green 48 ◦ blue 11

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

Shades of Scarlet #F2300B

Tints of Scarlet #F2300B

RGB

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

 GREEN value IS 48 (19.14% from 255) = 15.95%

 BLUE value IS 11 (4.69% from 255) = 3.65%

R = 80.4%
G = 15.95%
B = 3.65%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.95

 K value IS 0.05

RGB Variations

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

Color information

#F2300B (or 0xF2300B) is known color: Scarlet. HEX triplet: F2, 30 and 0B. RGB value is (242,48,11). Sum of RGB (Red+Green+Blue) = 242+48+11=301 (39% of max value = 765). Red value is 242 (94.92% from 255 or 80.40% from 301); Green value is 48 (19.14% from 255 or 15.95% from 301); Blue value is 11 (4.69% from 255 or 3.65% from 301); Max value from RGB is 242 - color contains mainly: red. Hex color #F2300B is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F2300B is #0DCFF4. Grayscale: #666666. Windows color (decimal): -905205 or 733426. OLE color: 733426.

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

Color convert

RGB 242 48 11 -
CMYK 0 0.80 0.95 0.05
HSL 9.61º 0.91% 0.5% -
HSV(B) 9.61º 0.95% 0.95% -
XYZ 37.74 21.02 2.38 -
YUV 101.79 76.77 228.01 -
System Red Green Blue C M Y K H S L
Decimal 242 48 11 0 0.80 0.95 0.05 9.61 0.91 0.5
Hex F2 30 B 0 50 5F 5 A 5B 32
Octal 362 60 13 0 120 137 5 12 133 62
Binary 11110010 110000 1011 0 1010000 1011111 101 1010 1011011 110010

Color Harmonies of #F2300B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2300B

Black with #F2300B

Text Example


Text Example

White with #F2300B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2300B; }

 p { color: rgb(242,48,11); }

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

background-color css

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

 a { background-color: rgb(242,48,11); }

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

border-color css

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

 span { border-color: rgb(242,48,11); }

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