Html Css Color HEX #F4270B Scarlet

📋 copy color: '#F4270B'

red 244 ◦ green 39 ◦ blue 11

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

Shades of Scarlet #F4270B

Tints of Scarlet #F4270B

RGB

 RED value IS 244 (95.7% from 255) = 82.99%

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

 BLUE value IS 11 (4.69% from 255) = 3.74%

R = 82.99%
G = 13.27%
B = 3.74%

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

#F4270B (or 0xF4270B) is known color: Scarlet. HEX triplet: F4, 27 and 0B. RGB value is (244,39,11). Sum of RGB (Red+Green+Blue) = 244+39+11=294 (38% of max value = 765). Red value is 244 (95.70% from 255 or 82.99% from 294); Green value is 39 (15.62% from 255 or 13.27% from 294); Blue value is 11 (4.69% from 255 or 3.74% from 294); Max value from RGB is 244 - color contains mainly: red. Hex color #F4270B is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F4270B is #0BD8F4. Grayscale: #616161. Windows color (decimal): -776437 or 731124. OLE color: 731124.

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

Color convert

RGB 244 39 11 -
CMYK 0 0.84 0.95 0.04
HSL 7.21º 0.91% 0.5% -
HSV(B) 7.21º 0.95% 0.96% -
XYZ 38.09 20.71 2.31 -
YUV 97.1 79.42 232.78 -
System Red Green Blue C M Y K H S L
Decimal 244 39 11 0 0.84 0.95 0.04 7.21 0.91 0.5
Hex F4 27 B 0 54 5F 4 7 5B 32
Octal 364 47 13 0 124 137 4 7 133 62
Binary 11110100 100111 1011 0 1010100 1011111 100 111 1011011 110010

Color Harmonies of #F4270B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4270B

Black with #F4270B

Text Example


Text Example

White with #F4270B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4270B; }

 p { color: rgb(244,39,11); }

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

background-color css

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

 a { background-color: rgb(244,39,11); }

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

border-color css

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

 span { border-color: rgb(244,39,11); }

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