Html Css Color HEX #F6270D Scarlet

📋 copy color: '#F6270D'

red 246 ◦ green 39 ◦ blue 13

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

Shades of Scarlet #F6270D

Tints of Scarlet #F6270D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 4.36%

R = 82.55%
G = 13.09%
B = 4.36%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.95

 K value IS 0.04

RGB Variations

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

Color information

#F6270D (or 0xF6270D) is known color: Scarlet. HEX triplet: F6, 27 and 0D. RGB value is (246,39,13). Sum of RGB (Red+Green+Blue) = 246+39+13=298 (39% of max value = 765). Red value is 246 (96.48% from 255 or 82.55% from 298); Green value is 39 (15.62% from 255 or 13.09% from 298); Blue value is 13 (5.47% from 255 or 4.36% from 298); Max value from RGB is 246 - color contains mainly: red. Hex color #F6270D is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F6270D is #09D8F2. Grayscale: #626262. Windows color (decimal): -645363 or 862198. OLE color: 862198.

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

Color convert

RGB 246 39 13 -
CMYK 0 0.84 0.95 0.04
HSL 6.7º 0.93% 0.51% -
HSV(B) 6.7º 0.95% 0.96% -
XYZ 38.8 21.07 2.4 -
YUV 97.93 80.08 233.61 -
System Red Green Blue C M Y K H S L
Decimal 246 39 13 0 0.84 0.95 0.04 6.7 0.93 0.51
Hex F6 27 D 0 54 5F 4 7 5D 33
Octal 366 47 15 0 124 137 4 7 135 63
Binary 11110110 100111 1101 0 1010100 1011111 100 111 1011101 110011

Color Harmonies of #F6270D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6270D

Black with #F6270D

Text Example


Text Example

White with #F6270D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6270D; }

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

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

background-color css

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

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

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

border-color css

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

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

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