Html Css Color HEX #F4230A Scarlet

📋 copy color: '#F4230A'

red 244 ◦ green 35 ◦ blue 10

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

Shades of Scarlet #F4230A

Tints of Scarlet #F4230A

RGB

 RED value IS 244 (95.7% from 255) = 84.43%

 GREEN value IS 35 (14.06% from 255) = 12.11%

 BLUE value IS 10 (4.3% from 255) = 3.46%

R = 84.43%
G = 12.11%
B = 3.46%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.96

 K value IS 0.04

RGB Variations

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

Color information

#F4230A (or 0xF4230A) is known color: Scarlet. HEX triplet: F4, 23 and 0A. RGB value is (244,35,10). Sum of RGB (Red+Green+Blue) = 244+35+10=289 (38% of max value = 765). Red value is 244 (95.70% from 255 or 84.43% from 289); Green value is 35 (14.06% from 255 or 12.11% from 289); Blue value is 10 (4.30% from 255 or 3.46% from 289); Max value from RGB is 244 - color contains mainly: red. Hex color #F4230A is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F4230A is #0BDCF5. Grayscale: #5E5E5E. Windows color (decimal): -777462 or 664564. OLE color: 664564.

HSL color Cylindrical-coordinate representation of color #F4230A: hue angle of 6.41º degrees, saturation: 0.92, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F4230A is Cyan = 0, Magento = 0.86, Yellow = 0.96 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 35 10 -
CMYK 0 0.86 0.96 0.04
HSL 6.41º 0.92% 0.5% -
HSV(B) 6.41º 0.96% 0.96% -
XYZ 37.96 20.46 2.23 -
YUV 94.64 80.24 234.53 -
System Red Green Blue C M Y K H S L
Decimal 244 35 10 0 0.86 0.96 0.04 6.41 0.92 0.5
Hex F4 23 A 0 56 60 4 6 5C 32
Octal 364 43 12 0 126 140 4 6 134 62
Binary 11110100 100011 1010 0 1010110 1100000 100 110 1011100 110010

Color Harmonies of #F4230A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4230A

Black with #F4230A

Text Example


Text Example

White with #F4230A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4230A; }

 p { color: rgb(244,35,10); }

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

background-color css

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

 a { background-color: rgb(244,35,10); }

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

border-color css

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

 span { border-color: rgb(244,35,10); }

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