Html Css Color HEX #F23512 Scarlet

📋 copy color: '#F23512'

red 242 ◦ green 53 ◦ blue 18

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

Shades of Scarlet #F23512

Tints of Scarlet #F23512

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 5.75%

R = 77.32%
G = 16.93%
B = 5.75%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.93

 K value IS 0.05

RGB Variations

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

Color information

#F23512 (or 0xF23512) is known color: Scarlet. HEX triplet: F2, 35 and 12. RGB value is (242,53,18). Sum of RGB (Red+Green+Blue) = 242+53+18=313 (41% of max value = 765). Red value is 242 (94.92% from 255 or 77.32% from 313); Green value is 53 (21.09% from 255 or 16.93% from 313); Blue value is 18 (7.42% from 255 or 5.75% from 313); Max value from RGB is 242 - color contains mainly: red. Hex color #F23512 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F23512 is #0DCAED. Grayscale: #696969. Windows color (decimal): -903918 or 1193458. OLE color: 1193458.

HSL color Cylindrical-coordinate representation of color #F23512: hue angle of 9.38º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F23512 is Cyan = 0, Magento = 0.78, Yellow = 0.93 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 53 18 -
CMYK 0 0.78 0.93 0.05
HSL 9.38º 0.9% 0.51% -
HSV(B) 9.38º 0.93% 0.95% -
XYZ 38 21.47 2.71 -
YUV 105.52 78.62 225.35 -
System Red Green Blue C M Y K H S L
Decimal 242 53 18 0 0.78 0.93 0.05 9.38 0.9 0.51
Hex F2 35 12 0 4E 5D 5 9 5A 33
Octal 362 65 22 0 116 135 5 11 132 63
Binary 11110010 110101 10010 0 1001110 1011101 101 1001 1011010 110011

Color Harmonies of #F23512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F23512

Black with #F23512

Text Example


Text Example

White with #F23512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F23512; }

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

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

background-color css

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

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

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

border-color css

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

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

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