Html Css Color HEX #F23318 Scarlet

📋 copy color: '#F23318'

red 242 ◦ green 51 ◦ blue 24

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

Shades of Scarlet #F23318

Tints of Scarlet #F23318

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 7.57%

R = 76.34%
G = 16.09%
B = 7.57%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.90

 K value IS 0.05

RGB Variations

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

Color information

#F23318 (or 0xF23318) is known color: Scarlet. HEX triplet: F2, 33 and 18. RGB value is (242,51,24). Sum of RGB (Red+Green+Blue) = 242+51+24=317 (41% of max value = 765). Red value is 242 (94.92% from 255 or 76.34% from 317); Green value is 51 (20.31% from 255 or 16.09% from 317); Blue value is 24 (9.77% from 255 or 7.57% from 317); Max value from RGB is 242 - color contains mainly: red. Hex color #F23318 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F23318 is #0DCCE7. Grayscale: #696969. Windows color (decimal): -904424 or 1586162. OLE color: 1586162.

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

Color convert

RGB 242 51 24 -
CMYK 0 0.79 0.90 0.05
HSL 7.43º 0.89% 0.52% -
HSV(B) 7.43º 0.9% 0.95% -
XYZ 37.97 21.31 2.98 -
YUV 105.03 82.28 225.7 -
System Red Green Blue C M Y K H S L
Decimal 242 51 24 0 0.79 0.90 0.05 7.43 0.89 0.52
Hex F2 33 18 0 4F 5A 5 7 59 34
Octal 362 63 30 0 117 132 5 7 131 64
Binary 11110010 110011 11000 0 1001111 1011010 101 111 1011001 110100

Color Harmonies of #F23318

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F23318

Black with #F23318

Text Example


Text Example

White with #F23318

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F23318; }

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

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

background-color css

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

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

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

border-color css

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

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

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