Html Css Color HEX #F7210C Scarlet

📋 copy color: '#F7210C'

red 247 ◦ green 33 ◦ blue 12

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

Shades of Scarlet #F7210C

Tints of Scarlet #F7210C

RGB

 RED value IS 247 (96.88% from 255) = 84.59%

 GREEN value IS 33 (13.28% from 255) = 11.3%

 BLUE value IS 12 (5.08% from 255) = 4.11%

R = 84.59%
G = 11.3%
B = 4.11%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.95

 K value IS 0.03

RGB Variations

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

Color information

#F7210C (or 0xF7210C) is known color: Scarlet. HEX triplet: F7, 21 and 0C. RGB value is (247,33,12). Sum of RGB (Red+Green+Blue) = 247+33+12=292 (38% of max value = 765). Red value is 247 (96.88% from 255 or 84.59% from 292); Green value is 33 (13.28% from 255 or 11.30% from 292); Blue value is 12 (5.08% from 255 or 4.11% from 292); Max value from RGB is 247 - color contains mainly: red. Hex color #F7210C is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F7210C is #08DEF3. Grayscale: #5E5E5E. Windows color (decimal): -581364 or 795127. OLE color: 795127.

HSL color Cylindrical-coordinate representation of color #F7210C: hue angle of 5.36º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F7210C is Cyan = 0, Magento = 0.87, Yellow = 0.95 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 33 12 -
CMYK 0 0.87 0.95 0.03
HSL 5.36º 0.94% 0.51% -
HSV(B) 5.36º 0.95% 0.97% -
XYZ 38.97 20.89 2.33 -
YUV 94.59 81.4 236.71 -
System Red Green Blue C M Y K H S L
Decimal 247 33 12 0 0.87 0.95 0.03 5.36 0.94 0.51
Hex F7 21 C 0 57 5F 3 5 5E 33
Octal 367 41 14 0 127 137 3 5 136 63
Binary 11110111 100001 1100 0 1010111 1011111 11 101 1011110 110011

Color Harmonies of #F7210C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7210C

Black with #F7210C

Text Example


Text Example

White with #F7210C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7210C; }

 p { color: rgb(247,33,12); }

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

background-color css

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

 a { background-color: rgb(247,33,12); }

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

border-color css

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

 span { border-color: rgb(247,33,12); }

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