Html Css Color HEX #F3210E Scarlet

📋 copy color: '#F3210E'

red 243 ◦ green 33 ◦ blue 14

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

Shades of Scarlet #F3210E

Tints of Scarlet #F3210E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 4.83%

R = 83.79%
G = 11.38%
B = 4.83%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.94

 K value IS 0.05

RGB Variations

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

Color information

#F3210E (or 0xF3210E) is known color: Scarlet. HEX triplet: F3, 21 and 0E. RGB value is (243,33,14). Sum of RGB (Red+Green+Blue) = 243+33+14=290 (38% of max value = 765). Red value is 243 (95.31% from 255 or 83.79% from 290); Green value is 33 (13.28% from 255 or 11.38% from 290); Blue value is 14 (5.86% from 255 or 4.83% from 290); Max value from RGB is 243 - color contains mainly: red. Hex color #F3210E is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F3210E is #0CDEF1. Grayscale: #5D5D5D. Windows color (decimal): -843506 or 926195. OLE color: 926195.

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

Color convert

RGB 243 33 14 -
CMYK 0 0.86 0.94 0.05
HSL 4.98º 0.91% 0.5% -
HSV(B) 4.98º 0.94% 0.95% -
XYZ 37.59 20.17 2.33 -
YUV 93.62 83.07 234.54 -
System Red Green Blue C M Y K H S L
Decimal 243 33 14 0 0.86 0.94 0.05 4.98 0.91 0.5
Hex F3 21 E 0 56 5E 5 5 5B 32
Octal 363 41 16 0 126 136 5 5 133 62
Binary 11110011 100001 1110 0 1010110 1011110 101 101 1011011 110010

Color Harmonies of #F3210E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F3210E

Black with #F3210E

Text Example


Text Example

White with #F3210E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F3210E; }

 p { color: rgb(243,33,14); }

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

background-color css

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

 a { background-color: rgb(243,33,14); }

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

border-color css

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

 span { border-color: rgb(243,33,14); }

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