Html Css Color HEX #F62A1B Scarlet

📋 copy color: '#F62A1B'

red 246 ◦ green 42 ◦ blue 27

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

Shades of Scarlet #F62A1B

Tints of Scarlet #F62A1B

RGB

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

 GREEN value IS 42 (16.8% from 255) = 13.33%

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

R = 78.1%
G = 13.33%
B = 8.57%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.89

 K value IS 0.04

RGB Variations

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

Color information

#F62A1B (or 0xF62A1B) is known color: Scarlet. HEX triplet: F6, 2A and 1B. RGB value is (246,42,27). Sum of RGB (Red+Green+Blue) = 246+42+27=315 (41% of max value = 765). Red value is 246 (96.48% from 255 or 78.10% from 315); Green value is 42 (16.80% from 255 or 13.33% from 315); Blue value is 27 (10.94% from 255 or 8.57% from 315); Max value from RGB is 246 - color contains mainly: red. Hex color #F62A1B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F62A1B is #09D5E4. Grayscale: #656565. Windows color (decimal): -644581 or 1780470. OLE color: 1780470.

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

Color convert

RGB 246 42 27 -
CMYK 0 0.83 0.89 0.04
HSL 4.11º 0.92% 0.54% -
HSV(B) 4.11º 0.89% 0.96% -
XYZ 39.03 21.33 3.1 -
YUV 101.29 86.09 231.22 -
System Red Green Blue C M Y K H S L
Decimal 246 42 27 0 0.83 0.89 0.04 4.11 0.92 0.54
Hex F6 2A 1B 0 53 59 4 4 5C 36
Octal 366 52 33 0 123 131 4 4 134 66
Binary 11110110 101010 11011 0 1010011 1011001 100 100 1011100 110110

Color Harmonies of #F62A1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F62A1B

Black with #F62A1B

Text Example


Text Example

White with #F62A1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F62A1B; }

 p { color: rgb(246,42,27); }

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

background-color css

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

 a { background-color: rgb(246,42,27); }

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

border-color css

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

 span { border-color: rgb(246,42,27); }

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