Html Css Color HEX #F3261A Scarlet

📋 copy color: '#F3261A'

red 243 ◦ green 38 ◦ blue 26

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

Shades of Scarlet #F3261A

Tints of Scarlet #F3261A

RGB

 RED value IS 243 (95.31% from 255) = 79.15%

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

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

R = 79.15%
G = 12.38%
B = 8.47%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.89

 K value IS 0.05

RGB Variations

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

Color information

#F3261A (or 0xF3261A) is known color: Scarlet. HEX triplet: F3, 26 and 1A. RGB value is (243,38,26). Sum of RGB (Red+Green+Blue) = 243+38+26=307 (40% of max value = 765). Red value is 243 (95.31% from 255 or 79.15% from 307); Green value is 38 (15.23% from 255 or 12.38% from 307); Blue value is 26 (10.55% from 255 or 8.47% from 307); Max value from RGB is 243 - color contains mainly: red. Hex color #F3261A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F3261A is #0CD9E5. Grayscale: #626262. Windows color (decimal): -842214 or 1713907. OLE color: 1713907.

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

Color convert

RGB 243 38 26 -
CMYK 0 0.84 0.89 0.05
HSL 3.32º 0.9% 0.53% -
HSV(B) 3.32º 0.89% 0.95% -
XYZ 37.84 20.52 2.94 -
YUV 97.93 87.42 231.48 -
System Red Green Blue C M Y K H S L
Decimal 243 38 26 0 0.84 0.89 0.05 3.32 0.9 0.53
Hex F3 26 1A 0 54 59 5 3 5A 35
Octal 363 46 32 0 124 131 5 3 132 65
Binary 11110011 100110 11010 0 1010100 1011001 101 11 1011010 110101

Color Harmonies of #F3261A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F3261A

Black with #F3261A

Text Example


Text Example

White with #F3261A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F3261A; }

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

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

background-color css

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

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

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

border-color css

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

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

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