Html Css Color HEX #F23515 Scarlet

📋 copy color: '#F23515'

red 242 ◦ green 53 ◦ blue 21

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

Shades of Scarlet #F23515

Tints of Scarlet #F23515

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 6.65%

R = 76.58%
G = 16.77%
B = 6.65%

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

#F23515 (or 0xF23515) is known color: Scarlet. HEX triplet: F2, 35 and 15. RGB value is (242,53,21). Sum of RGB (Red+Green+Blue) = 242+53+21=316 (41% of max value = 765). Red value is 242 (94.92% from 255 or 76.58% from 316); Green value is 53 (21.09% from 255 or 16.77% from 316); Blue value is 21 (8.59% from 255 or 6.65% from 316); Max value from RGB is 242 - color contains mainly: red. Hex color #F23515 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F23515 is #0DCAEA. Grayscale: #6A6A6A. Windows color (decimal): -903915 or 1390066. OLE color: 1390066.

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

Color convert

RGB 242 53 21 -
CMYK 0 0.78 0.91 0.05
HSL 8.69º 0.89% 0.52% -
HSV(B) 8.69º 0.91% 0.95% -
XYZ 38.03 21.48 2.85 -
YUV 105.86 80.12 225.1 -
System Red Green Blue C M Y K H S L
Decimal 242 53 21 0 0.78 0.91 0.05 8.69 0.89 0.52
Hex F2 35 15 0 4E 5B 5 9 59 34
Octal 362 65 25 0 116 133 5 11 131 64
Binary 11110010 110101 10101 0 1001110 1011011 101 1001 1011001 110100

Color Harmonies of #F23515

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F23515

Black with #F23515

Text Example


Text Example

White with #F23515

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F23515; }

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

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

background-color css

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

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

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

border-color css

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

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

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