Html Css Color HEX #F3200A Scarlet

📋 copy color: '#F3200A'

red 243 ◦ green 32 ◦ blue 10

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

Shades of Scarlet #F3200A

Tints of Scarlet #F3200A

RGB

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

 GREEN value IS 32 (12.89% from 255) = 11.23%

 BLUE value IS 10 (4.3% from 255) = 3.51%

R = 85.26%
G = 11.23%
B = 3.51%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.96

 K value IS 0.05

RGB Variations

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

Color information

#F3200A (or 0xF3200A) is known color: Scarlet. HEX triplet: F3, 20 and 0A. RGB value is (243,32,10). Sum of RGB (Red+Green+Blue) = 243+32+10=285 (37% of max value = 765). Red value is 243 (95.31% from 255 or 85.26% from 285); Green value is 32 (12.89% from 255 or 11.23% from 285); Blue value is 10 (4.30% from 255 or 3.51% from 285); Max value from RGB is 243 - color contains mainly: red. Hex color #F3200A is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F3200A is #0CDFF5. Grayscale: #5C5C5C. Windows color (decimal): -843766 or 663795. OLE color: 663795.

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

Color convert

RGB 243 32 10 -
CMYK 0 0.87 0.96 0.05
HSL 5.67º 0.92% 0.5% -
HSV(B) 5.67º 0.96% 0.95% -
XYZ 37.53 20.11 2.19 -
YUV 92.58 81.4 235.29 -
System Red Green Blue C M Y K H S L
Decimal 243 32 10 0 0.87 0.96 0.05 5.67 0.92 0.5
Hex F3 20 A 0 57 60 5 6 5C 32
Octal 363 40 12 0 127 140 5 6 134 62
Binary 11110011 100000 1010 0 1010111 1100000 101 110 1011100 110010

Color Harmonies of #F3200A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F3200A

Black with #F3200A

Text Example


Text Example

White with #F3200A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F3200A; }

 p { color: rgb(243,32,10); }

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

background-color css

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

 a { background-color: rgb(243,32,10); }

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

border-color css

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

 span { border-color: rgb(243,32,10); }

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