Html Css Color HEX #F23316 Scarlet

📋 copy color: '#F23316'

red 242 ◦ green 51 ◦ blue 22

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

Shades of Scarlet #F23316

Tints of Scarlet #F23316

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 6.98%

R = 76.83%
G = 16.19%
B = 6.98%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.91

 K value IS 0.05

RGB Variations

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

Color information

#F23316 (or 0xF23316) is known color: Scarlet. HEX triplet: F2, 33 and 16. RGB value is (242,51,22). Sum of RGB (Red+Green+Blue) = 242+51+22=315 (41% of max value = 765). Red value is 242 (94.92% from 255 or 76.83% from 315); Green value is 51 (20.31% from 255 or 16.19% from 315); Blue value is 22 (8.98% from 255 or 6.98% from 315); Max value from RGB is 242 - color contains mainly: red. Hex color #F23316 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F23316 is #0DCCE9. Grayscale: #696969. Windows color (decimal): -904426 or 1455090. OLE color: 1455090.

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

Color convert

RGB 242 51 22 -
CMYK 0 0.79 0.91 0.05
HSL 7.91º 0.89% 0.52% -
HSV(B) 7.91º 0.91% 0.95% -
XYZ 37.95 21.3 2.87 -
YUV 104.8 81.28 225.86 -
System Red Green Blue C M Y K H S L
Decimal 242 51 22 0 0.79 0.91 0.05 7.91 0.89 0.52
Hex F2 33 16 0 4F 5B 5 8 59 34
Octal 362 63 26 0 117 133 5 10 131 64
Binary 11110010 110011 10110 0 1001111 1011011 101 1000 1011001 110100

Color Harmonies of #F23316

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F23316

Black with #F23316

Text Example


Text Example

White with #F23316

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F23316; }

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

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

background-color css

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

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

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

border-color css

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

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

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