Html Css Color HEX #F62B1B Scarlet

📋 copy color: '#F62B1B'

red 246 ◦ green 43 ◦ blue 27

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

Shades of Scarlet #F62B1B

Tints of Scarlet #F62B1B

RGB

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

 GREEN value IS 43 (17.19% from 255) = 13.61%

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

R = 77.85%
G = 13.61%
B = 8.54%

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

#F62B1B (or 0xF62B1B) is known color: Scarlet. HEX triplet: F6, 2B and 1B. RGB value is (246,43,27). Sum of RGB (Red+Green+Blue) = 246+43+27=316 (41% of max value = 765). Red value is 246 (96.48% from 255 or 77.85% from 316); Green value is 43 (17.19% from 255 or 13.61% from 316); Blue value is 27 (10.94% from 255 or 8.54% from 316); Max value from RGB is 246 - color contains mainly: red. Hex color #F62B1B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F62B1B is #09D4E4. Grayscale: #666666. Windows color (decimal): -644325 or 1780726. OLE color: 1780726.

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

Color convert

RGB 246 43 27 -
CMYK 0 0.83 0.89 0.04
HSL 4.38º 0.92% 0.54% -
HSV(B) 4.38º 0.89% 0.96% -
XYZ 39.07 21.4 3.11 -
YUV 101.87 85.75 230.8 -
System Red Green Blue C M Y K H S L
Decimal 246 43 27 0 0.83 0.89 0.04 4.38 0.92 0.54
Hex F6 2B 1B 0 53 59 4 4 5C 36
Octal 366 53 33 0 123 131 4 4 134 66
Binary 11110110 101011 11011 0 1010011 1011001 100 100 1011100 110110

Color Harmonies of #F62B1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F62B1B

Black with #F62B1B

Text Example


Text Example

White with #F62B1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F62B1B; }

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

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

background-color css

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

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

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

border-color css

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

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

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