Html Css Color HEX #F23616 Scarlet

📋 copy color: '#F23616'

red 242 ◦ green 54 ◦ blue 22

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

Shades of Scarlet #F23616

Tints of Scarlet #F23616

RGB

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

 GREEN value IS 54 (21.48% from 255) = 16.98%

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

R = 76.1%
G = 16.98%
B = 6.92%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.91

 K value IS 0.05

RGB Variations

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

Color information

#F23616 (or 0xF23616) is known color: Scarlet. HEX triplet: F2, 36 and 16. RGB value is (242,54,22). Sum of RGB (Red+Green+Blue) = 242+54+22=318 (42% of max value = 765). Red value is 242 (94.92% from 255 or 76.10% from 318); Green value is 54 (21.48% from 255 or 16.98% from 318); Blue value is 22 (8.98% from 255 or 6.92% from 318); Max value from RGB is 242 - color contains mainly: red. Hex color #F23616 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F23616 is #0DC9E9. Grayscale: #6A6A6A. Windows color (decimal): -903658 or 1455858. OLE color: 1455858.

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

Color convert

RGB 242 54 22 -
CMYK 0 0.78 0.91 0.05
HSL 8.73º 0.89% 0.52% -
HSV(B) 8.73º 0.91% 0.95% -
XYZ 38.08 21.57 2.92 -
YUV 106.56 80.28 224.6 -
System Red Green Blue C M Y K H S L
Decimal 242 54 22 0 0.78 0.91 0.05 8.73 0.89 0.52
Hex F2 36 16 0 4E 5B 5 9 59 34
Octal 362 66 26 0 116 133 5 11 131 64
Binary 11110010 110110 10110 0 1001110 1011011 101 1001 1011001 110100

Color Harmonies of #F23616

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F23616

Black with #F23616

Text Example


Text Example

White with #F23616

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F23616; }

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

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

background-color css

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

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

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

border-color css

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

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

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