Html Css Color HEX #F4261A Scarlet

📋 copy color: '#F4261A'

red 244 ◦ green 38 ◦ blue 26

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

Shades of Scarlet #F4261A

Tints of Scarlet #F4261A

RGB

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

 GREEN value IS 38 (15.23% from 255) = 12.34%

 BLUE value IS 26 (10.55% from 255) = 8.44%

R = 79.22%
G = 12.34%
B = 8.44%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.89

 K value IS 0.04

RGB Variations

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

Color information

#F4261A (or 0xF4261A) is known color: Scarlet. HEX triplet: F4, 26 and 1A. RGB value is (244,38,26). Sum of RGB (Red+Green+Blue) = 244+38+26=308 (40% of max value = 765). Red value is 244 (95.70% from 255 or 79.22% from 308); Green value is 38 (15.23% from 255 or 12.34% from 308); Blue value is 26 (10.55% from 255 or 8.44% from 308); Max value from RGB is 244 - color contains mainly: red. Hex color #F4261A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F4261A is #0BD9E5. Grayscale: #626262. Windows color (decimal): -776678 or 1713908. OLE color: 1713908.

HSL color Cylindrical-coordinate representation of color #F4261A: hue angle of 3.3º degrees, saturation: 0.91, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F4261A is Cyan = 0, Magento = 0.84, Yellow = 0.89 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 38 26 -
CMYK 0 0.84 0.89 0.04
HSL 3.3º 0.91% 0.53% -
HSV(B) 3.3º 0.89% 0.96% -
XYZ 38.19 20.69 2.96 -
YUV 98.23 87.25 231.98 -
System Red Green Blue C M Y K H S L
Decimal 244 38 26 0 0.84 0.89 0.04 3.3 0.91 0.53
Hex F4 26 1A 0 54 59 4 3 5B 35
Octal 364 46 32 0 124 131 4 3 133 65
Binary 11110100 100110 11010 0 1010100 1011001 100 11 1011011 110101

Color Harmonies of #F4261A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4261A

Black with #F4261A

Text Example


Text Example

White with #F4261A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4261A; }

 p { color: rgb(244,38,26); }

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

background-color css

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

 a { background-color: rgb(244,38,26); }

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

border-color css

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

 span { border-color: rgb(244,38,26); }

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