Html Css Color HEX #F23518 Scarlet

📋 copy color: '#F23518'

red 242 ◦ green 53 ◦ blue 24

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

Shades of Scarlet #F23518

Tints of Scarlet #F23518

RGB

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

 GREEN value IS 53 (21.09% from 255) = 16.61%

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

R = 75.86%
G = 16.61%
B = 7.52%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.90

 K value IS 0.05

RGB Variations

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

Color information

#F23518 (or 0xF23518) is known color: Scarlet. HEX triplet: F2, 35 and 18. RGB value is (242,53,24). Sum of RGB (Red+Green+Blue) = 242+53+24=319 (42% of max value = 765). Red value is 242 (94.92% from 255 or 75.86% from 319); Green value is 53 (21.09% from 255 or 16.61% from 319); Blue value is 24 (9.77% from 255 or 7.52% from 319); Max value from RGB is 242 - color contains mainly: red. Hex color #F23518 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F23518 is #0DCAE7. Grayscale: #6A6A6A. Windows color (decimal): -903912 or 1586674. OLE color: 1586674.

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

Color convert

RGB 242 53 24 -
CMYK 0 0.78 0.90 0.05
HSL 7.98º 0.89% 0.52% -
HSV(B) 7.98º 0.9% 0.95% -
XYZ 38.06 21.49 3.01 -
YUV 106.21 81.62 224.86 -
System Red Green Blue C M Y K H S L
Decimal 242 53 24 0 0.78 0.90 0.05 7.98 0.89 0.52
Hex F2 35 18 0 4E 5A 5 8 59 34
Octal 362 65 30 0 116 132 5 10 131 64
Binary 11110010 110101 11000 0 1001110 1011010 101 1000 1011001 110100

Color Harmonies of #F23518

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F23518

Black with #F23518

Text Example


Text Example

White with #F23518

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F23518; }

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

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

background-color css

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

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

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

border-color css

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

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

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