Html Css Color HEX #F32A10 Scarlet

📋 copy color: '#F32A10'

red 243 ◦ green 42 ◦ blue 16

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

Shades of Scarlet #F32A10

Tints of Scarlet #F32A10

RGB

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

 GREEN value IS 42 (16.8% from 255) = 13.95%

 BLUE value IS 16 (6.64% from 255) = 5.32%

R = 80.73%
G = 13.95%
B = 5.32%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.93

 K value IS 0.05

RGB Variations

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

Color information

#F32A10 (or 0xF32A10) is known color: Scarlet. HEX triplet: F3, 2A and 10. RGB value is (243,42,16). Sum of RGB (Red+Green+Blue) = 243+42+16=301 (39% of max value = 765). Red value is 243 (95.31% from 255 or 80.73% from 301); Green value is 42 (16.80% from 255 or 13.95% from 301); Blue value is 16 (6.64% from 255 or 5.32% from 301); Max value from RGB is 243 - color contains mainly: red. Hex color #F32A10 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F32A10 is #0CD5EF. Grayscale: #636363. Windows color (decimal): -841200 or 1059571. OLE color: 1059571.

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

Color convert

RGB 243 42 16 -
CMYK 0 0.83 0.93 0.05
HSL 6.87º 0.9% 0.51% -
HSV(B) 6.87º 0.93% 0.95% -
XYZ 37.88 20.75 2.5 -
YUV 99.14 81.09 230.61 -
System Red Green Blue C M Y K H S L
Decimal 243 42 16 0 0.83 0.93 0.05 6.87 0.9 0.51
Hex F3 2A 10 0 53 5D 5 7 5A 33
Octal 363 52 20 0 123 135 5 7 132 63
Binary 11110011 101010 10000 0 1010011 1011101 101 111 1011010 110011

Color Harmonies of #F32A10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F32A10

Black with #F32A10

Text Example


Text Example

White with #F32A10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F32A10; }

 p { color: rgb(243,42,16); }

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

background-color css

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

 a { background-color: rgb(243,42,16); }

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

border-color css

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

 span { border-color: rgb(243,42,16); }

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