Html Css Color HEX #F23216 Scarlet

📋 copy color: '#F23216'

red 242 ◦ green 50 ◦ blue 22

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

Shades of Scarlet #F23216

Tints of Scarlet #F23216

RGB

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

 GREEN value IS 50 (19.92% from 255) = 15.92%

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

R = 77.07%
G = 15.92%
B = 7.01%

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

#F23216 (or 0xF23216) is known color: Scarlet. HEX triplet: F2, 32 and 16. RGB value is (242,50,22). Sum of RGB (Red+Green+Blue) = 242+50+22=314 (41% of max value = 765). Red value is 242 (94.92% from 255 or 77.07% from 314); Green value is 50 (19.92% from 255 or 15.92% from 314); Blue value is 22 (8.98% from 255 or 7.01% from 314); Max value from RGB is 242 - color contains mainly: red. Hex color #F23216 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F23216 is #0DCDE9. Grayscale: #686868. Windows color (decimal): -904682 or 1454834. OLE color: 1454834.

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

Color convert

RGB 242 50 22 -
CMYK 0 0.79 0.91 0.05
HSL 7.64º 0.89% 0.52% -
HSV(B) 7.64º 0.91% 0.95% -
XYZ 37.9 21.22 2.86 -
YUV 104.22 81.61 226.28 -
System Red Green Blue C M Y K H S L
Decimal 242 50 22 0 0.79 0.91 0.05 7.64 0.89 0.52
Hex F2 32 16 0 4F 5B 5 8 59 34
Octal 362 62 26 0 117 133 5 10 131 64
Binary 11110010 110010 10110 0 1001111 1011011 101 1000 1011001 110100

Color Harmonies of #F23216

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F23216

Black with #F23216

Text Example


Text Example

White with #F23216

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F23216; }

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

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

background-color css

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

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

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

border-color css

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

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

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