Html Css Color HEX #F3261B Scarlet

📋 copy color: '#F3261B'

red 243 ◦ green 38 ◦ blue 27

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

Shades of Scarlet #F3261B

Tints of Scarlet #F3261B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 8.77%

R = 78.9%
G = 12.34%
B = 8.77%

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

#F3261B (or 0xF3261B) is known color: Scarlet. HEX triplet: F3, 26 and 1B. RGB value is (243,38,27). Sum of RGB (Red+Green+Blue) = 243+38+27=308 (40% of max value = 765). Red value is 243 (95.31% from 255 or 78.90% from 308); Green value is 38 (15.23% from 255 or 12.34% from 308); Blue value is 27 (10.94% from 255 or 8.77% from 308); Max value from RGB is 243 - color contains mainly: red. Hex color #F3261B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F3261B is #0CD9E4. Grayscale: #626262. Windows color (decimal): -842213 or 1779443. OLE color: 1779443.

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

Color convert

RGB 243 38 27 -
CMYK 0 0.84 0.89 0.05
HSL 3.06º 0.9% 0.53% -
HSV(B) 3.06º 0.89% 0.95% -
XYZ 37.85 20.52 3 -
YUV 98.04 87.92 231.39 -
System Red Green Blue C M Y K H S L
Decimal 243 38 27 0 0.84 0.89 0.05 3.06 0.9 0.53
Hex F3 26 1B 0 54 59 5 3 5A 35
Octal 363 46 33 0 124 131 5 3 132 65
Binary 11110011 100110 11011 0 1010100 1011001 101 11 1011010 110101

Color Harmonies of #F3261B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F3261B

Black with #F3261B

Text Example


Text Example

White with #F3261B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F3261B; }

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

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

background-color css

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

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

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

border-color css

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

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

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