Html Css Color HEX #F6271E Scarlet

📋 copy color: '#F6271E'

red 246 ◦ green 39 ◦ blue 30

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

Shades of Scarlet #F6271E

Tints of Scarlet #F6271E

RGB

 RED value IS 246 (96.48% from 255) = 78.1%

 GREEN value IS 39 (15.63% from 255) = 12.38%

 BLUE value IS 30 (12.11% from 255) = 9.52%

R = 78.1%
G = 12.38%
B = 9.52%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.88

 K value IS 0.04

RGB Variations

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

Color information

#F6271E (or 0xF6271E) is known color: Scarlet. HEX triplet: F6, 27 and 1E. RGB value is (246,39,30). Sum of RGB (Red+Green+Blue) = 246+39+30=315 (41% of max value = 765). Red value is 246 (96.48% from 255 or 78.10% from 315); Green value is 39 (15.62% from 255 or 12.38% from 315); Blue value is 30 (12.11% from 255 or 9.52% from 315); Max value from RGB is 246 - color contains mainly: red. Hex color #F6271E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F6271E is #09D8E1. Grayscale: #646464. Windows color (decimal): -645346 or 1976310. OLE color: 1976310.

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

Color convert

RGB 246 39 30 -
CMYK 0 0.84 0.88 0.04
HSL 2.5º 0.92% 0.54% -
HSV(B) 2.5º 0.88% 0.96% -
XYZ 38.97 21.14 3.25 -
YUV 99.87 88.58 232.23 -
System Red Green Blue C M Y K H S L
Decimal 246 39 30 0 0.84 0.88 0.04 2.5 0.92 0.54
Hex F6 27 1E 0 54 58 4 2 5C 36
Octal 366 47 36 0 124 130 4 2 134 66
Binary 11110110 100111 11110 0 1010100 1011000 100 10 1011100 110110

Color Harmonies of #F6271E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6271E

Black with #F6271E

Text Example


Text Example

White with #F6271E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6271E; }

 p { color: rgb(246,39,30); }

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

background-color css

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

 a { background-color: rgb(246,39,30); }

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

border-color css

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

 span { border-color: rgb(246,39,30); }

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