Html Css Color HEX #F3271E Scarlet

📋 copy color: '#F3271E'

red 243 ◦ green 39 ◦ blue 30

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

Shades of Scarlet #F3271E

Tints of Scarlet #F3271E

RGB

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

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

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

R = 77.88%
G = 12.5%
B = 9.62%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.88

 K value IS 0.05

RGB Variations

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

Color information

#F3271E (or 0xF3271E) is known color: Scarlet. HEX triplet: F3, 27 and 1E. RGB value is (243,39,30). Sum of RGB (Red+Green+Blue) = 243+39+30=312 (41% of max value = 765). Red value is 243 (95.31% from 255 or 77.88% from 312); Green value is 39 (15.62% from 255 or 12.5% from 312); Blue value is 30 (12.11% from 255 or 9.62% from 312); Max value from RGB is 243 - color contains mainly: red. Hex color #F3271E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F3271E is #0CD8E1. Grayscale: #636363. Windows color (decimal): -841954 or 1976307. OLE color: 1976307.

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

Color convert

RGB 243 39 30 -
CMYK 0 0.84 0.88 0.05
HSL 2.54º 0.9% 0.54% -
HSV(B) 2.54º 0.88% 0.95% -
XYZ 37.92 20.6 3.21 -
YUV 98.97 89.09 230.73 -
System Red Green Blue C M Y K H S L
Decimal 243 39 30 0 0.84 0.88 0.05 2.54 0.9 0.54
Hex F3 27 1E 0 54 58 5 3 5A 36
Octal 363 47 36 0 124 130 5 3 132 66
Binary 11110011 100111 11110 0 1010100 1011000 101 11 1011010 110110

Color Harmonies of #F3271E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F3271E

Black with #F3271E

Text Example


Text Example

White with #F3271E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F3271E; }

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

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

background-color css

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

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

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

border-color css

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

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

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