Html Css Color HEX #F23303 Scarlet

📋 copy color: '#F23303'

red 242 ◦ green 51 ◦ blue 3

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

Shades of Scarlet #F23303

Tints of Scarlet #F23303

RGB

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

 GREEN value IS 51 (20.31% from 255) = 17.23%

 BLUE value IS 3 (1.56% from 255) = 1.01%

R = 81.76%
G = 17.23%
B = 1.01%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.99

 K value IS 0.05

RGB Variations

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

Color information

#F23303 (or 0xF23303) is known color: Scarlet. HEX triplet: F2, 33 and 03. RGB value is (242,51,3). Sum of RGB (Red+Green+Blue) = 242+51+3=296 (39% of max value = 765). Red value is 242 (94.92% from 255 or 81.76% from 296); Green value is 51 (20.31% from 255 or 17.23% from 296); Blue value is 3 (1.56% from 255 or 1.01% from 296); Max value from RGB is 242 - color contains mainly: red. Hex color #F23303 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F23303 is #0DCCFC. Grayscale: #676767. Windows color (decimal): -904445 or 209906. OLE color: 209906.

HSL color Cylindrical-coordinate representation of color #F23303: hue angle of 12.05º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F23303 is Cyan = 0, Magento = 0.79, Yellow = 0.99 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 51 3 -
CMYK 0 0.79 0.99 0.05
HSL 12.05º 0.98% 0.48% -
HSV(B) 12.05º 0.99% 0.95% -
XYZ 37.82 21.25 2.19 -
YUV 102.64 71.78 227.4 -
System Red Green Blue C M Y K H S L
Decimal 242 51 3 0 0.79 0.99 0.05 12.05 0.98 0.48
Hex F2 33 3 0 4F 63 5 C 62 30
Octal 362 63 3 0 117 143 5 14 142 60
Binary 11110010 110011 11 0 1001111 1100011 101 1100 1100010 110000

Color Harmonies of #F23303

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F23303

Black with #F23303

Text Example


Text Example

White with #F23303

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F23303; }

 p { color: rgb(242,51,3); }

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

background-color css

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

 a { background-color: rgb(242,51,3); }

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

border-color css

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

 span { border-color: rgb(242,51,3); }

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